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

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -