google app engine - Gsutil setting All Authenticated Users permission -
The reference to my Google app engine application is in storage bucket. I've uploaded them using the Developer Console Now when I load my application and the error occurs.
Fatal error: 'Access denied image' with 'unsolicited exception' google \ appengine \ api \ cloud_storage \ CloudStorageException 'message.' In ... I can correct this error by changing the "All Authorized User" for each object using the Developer Console. Practically this is a time-consuming job because I have many images in my bucket. What All Certified Users All Items in my storage bucket via GSUTL?
Yes, it is possible, you can use something like this:
gsutil -m acl ch -R -g AllAuth: RGS: // Mary-Bucket / For more information:
Comments
Post a Comment