As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
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.
Pavel Sukhodoev
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.