Download files from meteor app depending on the users

Hi,

I am creating an app where the authenticated and authorised user has the possibility to download files (zip files, pdf files,…) from the app depending on his request. These files are not public and are generated by the server or are added by a human action in a folder.
Could you help me to find the best solution to make available these files to the users (the files size can exceed 1Go)? Is it possible to create direct url links using token of these files ?

Thanks

Meteor Galaxy only allows 512 mb of hosting, and is only temp. Uploading will destroy.

So you need Meteor Files and combined with Amazon S3.

It’s tricky. Good luck.