Android Firebase uploading images wrong URL (PROBLEM: X-Goog-Upload-Comment header is missing)
问题 I'm trying to upload and download images from Firabase Database which has an URL link to Firebase Storage. The problem is that the strange URL is being saved to database (see the link at the bottom). What should I do to obtain a normal URL that I will be able to use do downloand the image into my Android app? Thank you in advance! Here I post some code I use: Upload to Firebase DataBase and Storage: mStorageRef = FirebaseStorage.getInstance().getReference(); mDataBaseRef = FirebaseDatabase