We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377b072 commit 1383a26Copy full SHA for 1383a26
credentials_file.json
@@ -0,0 +1,12 @@
1
+{
2
+ "type": "INSERT_TYPE",
3
+ "project_id": "INSERT_PROJECT_ID",
4
+ "private_key_id": "INSERT_PRIVATE_KEY_ID",
5
+ "private_key": "INSERT_PRIVATE_KEY",
6
+ "client_email": "INSERT_EMAIL",
7
+ "client_id": "INSERT_CLIENT_ID",
8
+ "auth_uri": "INSERT_AUTH_URI",
9
+ "token_uri": "INSERT_TOKEN_URI",
10
+ "auth_provider_x509_cert_url": "INSERT_AUTH_CERT_URL",
11
+ "client_x509_cert_url": "INSERT_CLIENT_CERT_URL"
12
+}
0 commit comments