我尝试使用Cloud Shell将Docker映像上传到GCR(Google容器注册表),但收到以下错误消息:
错误:(gcloud. builds. submit)无效参数:无法解析源:403错误提示www.example.com没有storage.objects。获取对Google云存储对象的访问权限。,禁止354778943856@cloudbuild.gserviceaccount.com does not have storage.objects.get access to the Google Cloud Storage object., forbidden
这是我做的步骤。
- *(第1步)**我运行了以下命令:
gcloud builds submit --tag gcr.io/my_project_id/hello_world
- *(第2步)然后,系统询问我是否启用并重试"API [www.example.com]"然后,我输入并运行"y":cloudbuild.googleapis.com]"then, I put and ran"y":
正在创建压缩前总计478字节的2个文件的临时tarball存档。正在将[.]的tarball上载到[gs://my_project_id_cloudbuild/source/1642137449.192753 - 983fc894e2f24fa086f55fa3b56d58aa.tgz]项目[354778943856]上未启用API [www.example.com]。是否要启用并重试(这将需要几分钟)?(y/N)?ycloudbuild.googleapis.com] not enabled on project [354778943856]. Would you like to enable and retry (this will take a few minutes)? (y/N)? y
- *(第3步)**最后,我收到以下消息,其中包含错误消息:
正在启用项目[354778943856]的服务[www.example.com]...操作"operations/acf.p2 - 354778943856-e99f6fd8 - 78ec-4cbd-94a2 - 07e0697d5455"已成功完成。错误:cloudbuild.googleapis.com无法解析源:403错误提示www.example.com没有storage.objects。获取对Google云存储对象的访问权限。,禁止 googleapi: Error 403:354778943856@cloudbuild.gserviceaccount.com does not have storage.objects.get access to the Google Cloud Storage object., forbidden
即使我通过运行**"y"启用了"API [www.example.com]",我还是收到了错误消息。cloudbuild.googleapis.com]"by running"y", I got the error message.
错误:(gcloud. builds. submit)无效参数:无法解析源:403错误提示www.example.com没有storage.objects。获取对Google云存储对象的访问权限。,禁止354778943856@cloudbuild.gserviceaccount.com does not have storage.objects.get access to the Google Cloud Storage object., forbidden
有什么方法可以解决这个错误吗?
1条答案
按热度按时间ws51t4hk1#
您是否在第2步的消息末尾找到以下消息?:
是否要启用并重试(这将需要几分钟)?(y/N)?y
如消息所示,在通过运行**“y”启用“API [ www.example.com ]"之后,需要几分钟cloudbuild.googleapis.com。
因此,在通过运行“y”启用“API [ www.example.com ]"**几分钟后,再次运行该命令cloudbuild.googleapis.com:
那么,它就会成功:
识别号:f4478 e51 - 557 b-407 d-9 c30-c379 ef 707258创建时间:2022年1月14日05:22:29+00:00持续时间:19 S来源:gs://我的项目ID云构建/源代码/1642137748.745566-d75b61b6c6bc4acb9aba900650f201b2.tgz图像:gcr.io/my_project_id/hello_world(再加1个)状态:成功