我创建了一个全新的项目并运行
gcloud beta run deploy service-name --source . --platform managed --allow-unauthenticated --project my-new-project
并得到了这个错误
ERROR: (gcloud.beta.run.deploy) INVALID_ARGUMENT: could not resolve storage source: googleapi: Error 403: 522972761233@cloudbuild.gserviceaccount.com does not have storage.objects.get access to the Google Cloud Storage object., forbidden可以是什么?
发布于 2021-01-09 04:19:32
在命令行中使用projectID,而不是项目名称。
https://stackoverflow.com/questions/65631002
复制相似问题