Firebase Storage Response only returns with this error

Guys. My app sends images to Firebase and I needed to reduce them directly in Firebase, which provides an extension for this. It reduces correctly, but the Firebase Storage Response only returns this error. It is worth remembering that without the reduction, it works normally, but the images take up a lot of space in firebase. I also tried to reduce directly in Kodular with the TaifunImage extension, but it didn’t work. Does anyone know how to resolve this?


The Firebase Storage I’m using is the extension, because Kodular’s doesn’t work when compiling, despite having already made the changes to google-services.json.

This post was flagged by the community and is temporarily hidden.

I guess we’ll need to see the URL you’re using to access this file and also the file structure of your Firebase bucket to make sure you’re trying to get it from the right place.