Hi,
I just started to use file storage features from backendless. However, i have a concern regarding the security. For example, the link of my pdf file is:
https://backendless_domain/api_key/file/A.pdf.
Then user should able to load the PDF file in web browser.
If user type https://backendless_domain/api_key/file/, the web browser will show all the files available in that directory in jSON format which is not meant to access by unauthorised user. Is it anyway to solve this?