How to download file?

How to download file from cloud storage

Files uploaded to Backendless file storage can be downloaded with the following URL structure:

https://api.backendless.com/<application id>/&lt;version name&gt;/files/&lt;path&gt;/&lt;file name&gt;

See the doc here:
https://api.backendless.com//<version name>/files/<path>/<file name>

Mark,

Is there an API available for downloading (iOS)?

Barry,

Any mechanism for downloading a file from a URL will work. Here are some suggestions:
http://stackoverflow.com/questions/5323427/how-do-i-download-and-save-a-file-locally-on-ios-using-objective-c

Regards,
Mark

Ok, so no native BL Api :slight_smile:

Thanks!