I’m trying to upload an image to backendless storage to get it later as user profile picture via url, and according to documentation the file is saved in https://backendlessappcontent.com/applicationId/**REST-API-key**/files/path/fileName ,
but at the moment of debugging I realised that the value of REST-API-key is pointing to Android API key and as consequence the user profile is not updated, I attached a screenshot of that issue.
My application Id is : C53D7BF1-EC61-A11B-FF18-31BAED0CB500
Thanks for your support, now I understad better the behaviour the process of uploading image, and I could realise that my issue was related to the api of Glide which it’s was remaining in cache the url of my image.