在部署了样本存储触发器here之后,我无法再访问我的存储控制台。我只看到微调器和控制台给我403错误。
{
"error": {
"code": 403,
"message": "You do not have permission to list buckets in project [...].",
"status": "PERMISSION_DENIED",
"details": [
{
"@type": "type.googleapis.com/google.internal.firebase.v1.ErrorCode"
}
]
}
}
此错误会在控制台中生成一个网址,当点击该网址会导致响应时出现401错误:
{
"error": {
"code": 401,
"message": "Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.",
"status": "UNAUTHENTICATED"
}
}
也许应该注意,函数日志表明触发器正在正确执行。我能够访问控制台的所有其他区域;例如,数据库,功能等。我的移动设备上也会出现此问题,这似乎排除了任何与浏览器相关的问题。最后,存储控制台在其他项目中运行良好。