I’m trying to use the Google Cloud Storage API which is published now under the Docs section of the App Engine site. The documentation states you have to add the appengine service account as a team member in the API-console.
However, we’re using Cloud Storage within a Google Apps domain, which only allows users from that domain to be added as team members. So, isn’t possible add the service account (which is@appspot.gserviceaccount.com) ?. Is there any workaround ?
I’m trying to use the Google Cloud Storage API which is published now under
Share
Yes, you can use GSUtil to add the service account to the ACL of the bucket.
See my related answer on the subject.