英文:
Working with BigQuery Connector through Service Account in WSO2 EI 6.5.0
问题
我在WSo2 EI 6.5.0中使用BigQuery连接器来处理数据集、表格等。
在我的情况下,我需要通过服务帐户生成凭据。
- 在
bigquery.init
操作中,存在apiKey
参数。需要知道是否仅凭借API密钥就足够进行此集成? - 如果需要Oauth2参数,那么如何通过服务帐户而不是个人ID来创建这些凭据?
请对此进行澄清。
英文:
I am using BigQuery Connector in WSo2 EI 6.5.0 to work with Dataset, Tables etc.
In my case, I need to generate credentials through Service Account.
- In
bigquery.init
Operation there isapiKey
param is there. It needs to be known whether API key alone is sufficient for this integration? - If Oauth2 parameters are needed, then creation of those credentials through Service Account instead of individual IDs. how can we do this?
Kindly clarify on the same.
答案1
得分: 0
你可以使用API密钥或OAuth参数,不需要同时使用两者。有关创建OAuth应用程序,请参阅此文档:链接。
英文:
You can use either an API Key or OAuth parameters. You don't need both. For Oauth Application creation you can take a look at this document.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论