neu*_*ino 4 google-app-engine google-cloud-storage google-cloud-platform gcloud
我已经使用了数月或数年来删除staging
和artifacts
存储桶gcloud app deploy
,以节省计费成本。这些临时文件永远留在那里,我会为此付费。
它一直有效,直到今天早上我收到此错误:
\nERROR: (gcloud.app.deploy) B instance [staging.my-proj-id.appspot.com] not found: The specified bucket does not exist.\n
Run Code Online (Sandbox Code Playgroud)\n我尝试重新创建存储桶,但我不被允许,因为我应该证明该存储桶的所有权staging.my-proj-id.appspot.com
域 \xe2\x80\x94 的所有权,但我没有。
AccessDeniedException: 403 You must verify site or domain ownership\n
Run Code Online (Sandbox Code Playgroud)\n我陷入困境,需要部署重要的更改
\nneu*_*ino 15
我修复了这个问题,运行这个命令:
gcloud beta app repair
Run Code Online (Sandbox Code Playgroud)
我得到这个方向试图指示我自己的暂存桶
gcloud app deploy --bucket=gs://my-own-staging-bucket
Run Code Online (Sandbox Code Playgroud)
就像这个答案中所建议的那样,它返回了:
ERROR: (gcloud.app.deploy) Error Response: [5] Staging bucket staging.my-proj-id.appspot.com is not available. Please refer to https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps/repair to repair your app.
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
2006 次 |
最近记录: |