download files

Hi,

In first place, sorry for my english. I’ve seen in documentation how to upload files. im refering to this documentation https://backendless.com/documentation/files/android/files_file_upload.htm. But it doesnt clear to me how can I download an uploaded file. I want to download it in my android app. Could someone refer to me a link that explain that? thank you so much.

PD: I know that here https://backendless.com/documentation/files/android/files_file_download.htm it explain how to download files. But i didnt see java code. That is my problem.

Hi Jorge,

The FileInfo class contains the publicUrl property, which you can use to download file by URL.