【发布时间】:2016-06-10 18:02:36
【问题描述】:
我正在尝试从 FirebaseStorage 下载一些图像。
虽然我通过 google 对用户进行身份验证,但我仍然得到这个 错误:
E/StorageException: StorageException has occurred. User does not have permission to access this object. Code: -13021 HttpResult: 403
尝试下载图像时。
规则如下:
service firebase.storage {
match /b/appname-e3a12.appspot.com/o {
match /{allPaths=**} {
allow read, write;
}
}
}
有人回答了吗?
【问题讨论】:
标签: android firebase firebase-realtime-database firebase-security