Skip to content
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

StorageException: StorageException has occurred. #42

Open
RajuSE opened this issue Mar 3, 2018 · 0 comments
Open

StorageException: StorageException has occurred. #42

RajuSE opened this issue Mar 3, 2018 · 0 comments

Comments

@RajuSE
Copy link

RajuSE commented Mar 3, 2018

Getting

StorageException: StorageException has occurred.
User does not have permission to access this object.
Code: -13021 HttpResult: 403

service firebase.storage {
  match /b/{bucket}/o {
    match /{allPaths=**} {
 allow read, write: if request.auth != null;
    }
  }
}

Only working with Public access:
allow read, write;

How to setup Public Read access & authenticated Write access?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant