【发布时间】:2016-12-06 10:32:26
【问题描述】:
我在 Firebase 存储规则中收到此错误:
Error saving rules – The request cannot be identified with a client
project. Please pass a valid API key with the request.
并且规则是默认的,我正在尝试复制粘贴默认的:
service firebase.storage {
match /b/myapp1.appspot.com/o {
match /{allPaths=**} {
allow read, write: if request.auth != null;
}
}
}
【问题讨论】: