英文:
Where is the AppAssertionCredentials for Go?
问题
我正在尝试构建一个App Engine应用程序,用于将数据推送到BigQuery。然而,在Java/Python的身份验证示例中,引用了AppAssertionCredentials,而我在Go库中找不到这个。
英文:
I am trying to build an App Engine application that will push data to BigQuery. However, the examples for authenticating in Java/Python reference AppAssertionCredentials, which I can't find in the Go libraries.
答案1
得分: 2
请查看goauth2包中的serviceaccount.go文件。
英文:
Check out serviceaccount.go from the goauth2 package.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论