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?