I have one use case where I need to upload the image and apk file to Firebase Storage.
This bucket is publically open for read and write
But when I trying to upload a file from web application call the API, I’m receiving 400 BAD request
connection.ts:81
POST https://firebasestorage.googleapis.com/v0/b/—–.appspot.com/o?name=applications%2F-O0ZzNWYNzsqOk8j9ktD%2Fversions%2F-O0_7tl6u72kaAmm3xTK.apk&upload_id=ACJd0NrwhTZC7vpY5ORvSSkMaJ9cZFGw0-e1zZZ5WmdPBvuLbBNQZF0v1IXegzqh7qTkVIiepRPq7f-ixfgt9LU_EehFTHJWNMmgnU5wftAtdqSB3g&upload_protocol=resumable 400 (Bad Request)
Stuck here for a long time, not sure why it’s not working and how to make it work.
Thanks