Start a new topic

Get _downloadURL for several files

Hello! 

I need to send email from Business Logic and include links to files which are stored in Files. 

Searching this forum I found some solutions (like this https://support.kinvey.com/support/discussions/topics/5000062565) and made it work. That solution supposes making request for each file I need, so I used async module to wait for all requests finished and after that send email. It takes time and if there are lots of files it takes much more time - it is slowing Business Logic.


But is there any way to get _downloadURLs like it is described here (https://support.kinvey.com/support/discussions/topics/12000006130) with single blob collection query or something same? I tried to query blob but there is no _downloadURL inside response.

1 Comment

Any ideas?

Login or Signup to post a comment