-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firebase storage encoding, Part 2 #199
Comments
Okay, I figured it out! We were decoding the weird firebase url syntax as an in-between step. But what's working is to just encode the url as it is. Thanks anyway and thanks for that awesome project! |
Facing the same issue here |
@humazed URI's ( If you're still having problems, please open a new issue. |
Did issue #149 pop up again?
We tried
https://images.weserv.nl/?url=ssl:firebasestorage.googleapis.com%2Fv0%2Fb%2Four-project.appspot.com%2Fo%2Frichard.playground%2Fmedia%2Fcb78b0d9-becd-4652-af26-cedcb782e69f_how.png%3Falt%3Dmedia%26token%3D13f28840-1cc4-4f48-8272-b94fb91721df
and it gives the same error:
{"status":"error","code":404,"message":"The requested URL returned error: 400"}
Also the decoded version
https://images.weserv.nl/?url=https://firebasestorage.googleapis.com/v0/b/our-project.appspot.com/o/richard.playground/media/cb78b0d9-becd-4652-af26-cedcb782e69f_how.png?alt=media&token=13f28840-1cc4-4f48-8272-b94fb91721df
However, this kind of url is working:
https://images.weserv.nl/?url=https://firebasestorage.googleapis.com/v0/b/our-project.appspot.com/o/148F13EA9F828A3B6E9A32C562C54CF9.png?alt=media&token=8a1c2b91-d3f1-4ef1-a7a7-8c1c4915eb88
So the issue seems to be related to the in-between slashes.
The text was updated successfully, but these errors were encountered: