Skip to content

StorageException: StorageException has occurred. #42

@RajuSE

Description

@RajuSE

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions