From f50b6511874488c2082b24e77533a8704107c104 Mon Sep 17 00:00:00 2001 From: lidor Date: Sun, 16 Jun 2024 15:42:59 +0300 Subject: [PATCH] Upload files to "/" --- ‏‏credentials.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ‏‏credentials.json diff --git a/‏‏credentials.json b/‏‏credentials.json new file mode 100644 index 0000000..74bbc6a --- /dev/null +++ b/‏‏credentials.json @@ -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" +}