Unable to access BigQuery from local App Engine development server

后端 未结 5 1344
灰色年华
灰色年华 2020-11-27 15:00

This is specifically a question relating to server to server authorisation between a python Google AppEngine app and Google\'s BigQuery, but could be relevant for other clou

5条回答
  •  借酒劲吻你
    2020-11-27 15:35

    I struggled with this one for a day or two. And I was finally able to get localhost working with server to server authentication, a service account and a .p12 cert.

    If it's at all helpful to anyone, here's a simple gist: https://gist.github.com/dandelauro/7836962

提交回复
热议问题