(gcloud.app.deploy) HTTPError 403: <account> does not have storage.objects.get access to the Google Cloud Storage object

纵饮孤独 提交于 2021-01-29 14:12:03

问题


When I try to follow the example here: https://cloud.google.com/appengine/docs/flexible/python/quickstart,

gcloud app deploy

gives me the below error:

ERROR: (gcloud.app.deploy) HTTPError 403: *account1* does not have storage.objects.get access to the Google Cloud Storage object.

However, the account: account1 is the owner of the particular project. So why an ower does not have the storage.objects.get access here?


回答1:


The problem is resolved by adding Storage Object Admin role to the account.



来源:https://stackoverflow.com/questions/65455295/gcloud-app-deploy-httperror-403-account-does-not-have-storage-objects-get-a

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!