On Wed, May 21, 2014 at 3:32 PM, Ralf Rottmann <[email protected]> wrote:
> We are using Google Cloud Storage from App Engine and need to apply some > ACL adjustments to 20.000+ objects. We'd like to use gsutil as it seems to > be made for a use case like this. > Unfortunately, for whatever strange reason, objects created by App Engine > using the service account are not owned by any of the other owners of the > bucket. Hence gsutil fails. > How can we auth gsutil as the service account to make use of its bulk > change features? > Google Support doesn't have an answer... Anybody here? > This has been such a frustrating experience that we think of moving this > part over to S3 where apps don't exclude human owners. Hi Ralf, Can you go into the Cloud Storage Browser (it's in the cloud console), mark one of the objects, then screenshot the Object Permissions screen for that object? Remember to black out the tokens. Here's an example from one of my apps: http://imgur.com/pKQMGfy Also, which runtime (Java/PHP/etc) are you using? ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
