On Wed, Feb 5, 2014 at 10:08 AM, Kevin Regan <[email protected]> wrote:
> Perhaps my expectations are wrong - the storage browser maybe only allows > you to see the buckets defined under taht project but not all buckets you > potentially have access to? > That's correct - the Cloud Console viewer will show you the buckets/bucket contents of the project currently selected. If you want to see the buckets under different projects, you'll have to select the project in question. On Wed, Feb 5, 2014 at 10:08 AM, Kevin Regan <[email protected]> wrote: > If I were to attempt to access bucketA from teh application associated > with project2 (I'm using the GCS Java client API) would that work? > Yes, as long as you have set the permissions correctly. You need to set the Google service account name of the application in Project2 into the permissions list for bucket A. ----------------- -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/groups/opt_out.
