问题
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