Google App Engine authorization for Google BigQuery

前端 未结 2 1267
余生分开走
余生分开走 2021-01-03 05:07

I have followed the instructions in https://developers.google.com/bigquery/authorization#service-accounts-appengine to make some queries from app engine to bigquery.

2条回答
  •  没有蜡笔的小新
    2021-01-03 05:40

    You can add the xxxxxx@appspot.gserviceaccount.com to the project at http://cloud.google.com/console.

    Expect this to be easier/ more straightforward soon!


    Step by step, by @Christian:

    1. Go to App Engine Dashboard of your application, click on Application Settings and copy the service account name (xxxxxx@appspot.gserviceaccount.com)
    2. Go to http://cloud.google.com/console
    3. Select your project
    4. Click on gear icon and select Teams
    5. Click on Add member
    6. Paste the service account name and select can edit permission, then click on add.
    7. Have fun!

提交回复
热议问题