Transfer file from App A to App B?

Hi, all
I created 2 apps, one for backend service and one for mobile. Is there any way to transfer between them? ( I’m using CollectionFS to store files )
Thanks

Can’t you just get the URL from CollectionFS and ?

Connect to the same MongoDB database and use cloud storage to store the files. Then there should be no problem I think.

1 Like

Yes just url. But i confuse to use ddp http or share database to get that url.