Upload files to "/"
This commit is contained in:
parent
f96d83eec7
commit
f50b651187
13
credentials.json
Normal file
13
credentials.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"type": "service_account",
|
||||||
|
"project_id": "your_project_id",
|
||||||
|
"private_key_id": "your_private_key_id",
|
||||||
|
"private_key": "your_private_key",
|
||||||
|
"client_email": "your_client_email",
|
||||||
|
"client_id": "your_client_id",
|
||||||
|
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
|
||||||
|
"token_uri": "https://oauth2.googleapis.com/token",
|
||||||
|
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
|
||||||
|
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/your_client_email",
|
||||||
|
"universe_domain": "googleapis.com"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user