You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I lost two hours trying to download an object from a bucket because I had a / in the object name (because it is in a subfolder) and it is not automatically escaped.
PLEASE ESCAPE IT HERE like shown on this answer on StackOverflow: https://stackoverflow.com/a/60585415/8261566
Also note that when using storage from Firebase in an iOS app, there is no need to escape it ourself, so it should be done automatically!
I lost two hours trying to download an object from a bucket because I had a
/
in the object name (because it is in a subfolder) and it is not automatically escaped.PLEASE ESCAPE IT HERE like shown on this answer on StackOverflow: https://stackoverflow.com/a/60585415/8261566
Also note that when using storage from Firebase in an iOS app, there is no need to escape it ourself, so it should be done automatically!
google-cloud-kit/Storage/Sources/API/StorageObjectAPI.swift
Line 397 in af1bfc8
And everytime object appears in a URL
The text was updated successfully, but these errors were encountered: