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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -