From c19e22e2f9b217edc95b1e58328418e2e39073bf Mon Sep 17 00:00:00 2001 From: lidor Date: Sun, 16 Jun 2024 15:34:31 +0300 Subject: [PATCH] =?UTF-8?q?Delete=20=E2=80=8F=E2=80=8Fcredentials.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ‏‏credentials.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 ‏‏credentials.json diff --git a/‏‏credentials.json b/‏‏credentials.json deleted file mode 100644 index 74bbc6a..0000000 --- a/‏‏credentials.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "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" -}