Hi, i am developing an android application using Android sdk.
In this application i am uplading files using
Backendless.Files.Android.upload
the url in the response is different than i see on backenddless console
Url for uploaded files can be build in two different ways depending on presence of “file repo access” domain in application.
If “file repo access” domain is present for application then it always will be used to generate file URLs. Otherwise link will use our common app content domain (backendlessappcontent.com).
Thank you for your response.Let me explain my problem more detailed.
Users can upload images in my android application like profile image. When i upload an image with Backendless.Files.Android.upload func i got the url below in response callback
Actually it wasnt like this i think one or 2 months ago but somehow it is not working now. So what do you think i need to do in order to fix it. Do i have to but a domain name and put it in backendless dashboard ?