I\'ve started working with firebase storage and firebase functions recently. Right now I\'ve been developing file upload from functions to storage .
I\'ve got it working
Haven't been able to test the solution given by Firebase, but here's the transcript of the response:
The problem that you are facing could be because of two reasons. The first one is how you are uploading the files, via the Firebase Console, using any Admin SDK, or via the gsutil command. If using the Admin SDK option, the problem is a known issue where the required metadata doesn’t exist, fortunately there is a workaround, you can try this script to solve this issue.
Now, the second one is related to the network if you are using comcast, please, try on a different network to see if this issue is related to that.