It seems that you can't do this via the API Console, but you can achieve the same effect by settings appropriate ACLs to grant permissions to your service account using gsutil:
https://developers.google.com/storage/docs/gsutil_reference_guide#setorgetacls We've done this with an API project owned by a Google Apps account, and it works fine. Stephen On Friday, 3 August 2012 13:38:04 UTC+1, Vivek Madurai wrote: > > Hi , > I am a Google Apps account user of <mydomain.com>. I have my application > running at <myappspot>. I created a Big Query project in Google apis > console, as I wanted to analyse data from <myappspot> using Big Query. > > As per the 'Authorize App Engine app' step in this tutorial > https://developers.google.com/bigquery/articles/datastoretobigquery#auth, > I tried adding <myappspotid>[email protected] under the Team > tab. It doesn't allow me to do that and shows an error saying "*User > <myappspotid>@appspot.gserviceaccount.com may not be added to project "My > Project" Only members from domain xxx.com may be added* " > > When I tried creating another Google apis project, using gmail (instead of > my <mydomain.com> Google Apps id), I was able to succeed. Can somebody > help me with whats going wrong with this step, when using a Google Apps > account? > > > Thanks > Vivek > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/Lav8VXnG2c8J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
