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
When uploading photo to Firebase Bucket, URL Error 401 is shown. Seems like it has some authorization issue. What to do, non of this two url does not work?
When uploading photo to Firebase Bucket, URL Error 401 is shown. Seems like it has some authorization issue. What to do, non of this two url does not work?
let url = "https://storage.googleapis.com/upload/storage/v1/b/\(Config.googleStorageBucket)/o?name=\(filename)"
let url = "https://www.googleapis.com/upload/storage/v1/b/\(Config.googleStorageBucket)/o?name=\(filename)"
The text was updated successfully, but these errors were encountered: