Database Reference
In-Depth Information
When the BigQuery client is constructed this way under App Engine, the
framework supplied token is added as an authentication header by the
OAuth library to the client HTTP requests. Of course, this authenticates only
the requests. There is still the question of authorization, which depends on
suitable ACLs being present on the objects accessed. You need to add the
service account identity to the BigQuery projects and datasets that will be
accessed from App Engine. The identity is referenced using a handle that
looks like an e-mail address:
< app id >@appspot.gserviceaccount.com
You can add this handle to an ACL just like you would a regular user
account. This information is always available under the Application Settings
section of the App Engine administration console for your application.
Search WWH ::




Custom Search