How can I download my Google API key as PEM file?

人盡茶涼 提交于 2019-12-11 12:23:35

问题


I'm trying to do a simple python script that pulls data from Google BigQuery. I've found many posts and google documents on Bigquery, but I've yet to have any success. My current problem is that I need to read my API key from a PEM file, but I can't find any way to download my API key from the google dev console. All I can do is copy/paste the text.


回答1:


You have to create a new client Id with a type of "service account" this will download a new p12 file.



来源:https://stackoverflow.com/questions/21607896/how-can-i-download-my-google-api-key-as-pem-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!