Skip to content Skip to sidebar Skip to footer

How Can I Download My Google API Key As PEM File?

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

Solution 1:

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

enter image description here


Post a Comment for "How Can I Download My Google API Key As PEM File?"