Is it possible to change the ACLs of Google Cloud Storage objects(or buckets) using the appengine Api? I understand that this can be done using the REST API, but is there support for this in the Files Api in appengine? They can be set when creating a new object using GSFileObject, however can you change on existing objects??
Is it possible to change the ACLs of Google Cloud Storage objects(or buckets) using
Share
You can use urlfetch.fetch and app_identity.get_access_token to easily send an authenticated request to the REST api.
Python:
Java:
More info: