aboutsummaryrefslogtreecommitdiff
path: root/src/server/apis/google
diff options
context:
space:
mode:
authorSkitty1238 <157652284+Skitty1238@users.noreply.github.com>2025-06-05 11:25:20 -0400
committerSkitty1238 <157652284+Skitty1238@users.noreply.github.com>2025-06-05 11:25:20 -0400
commit87bd169df4a4384e41b32b3252b3b3c6618f4510 (patch)
tree16439af5a9759e8d7c8ce4fe02fb70725ef26dd6 /src/server/apis/google
parentc86bf5cc03d6fa59fbc11118d4e743d4c3064697 (diff)
fixed being able to add tasks to Google Tasks. Cleaned up google authorization button clicks + alerts
Diffstat (limited to 'src/server/apis/google')
-rw-r--r--src/server/apis/google/google_project_credentials.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/server/apis/google/google_project_credentials.json b/src/server/apis/google/google_project_credentials.json
index 8abc13b80..8a9a38dac 100644
--- a/src/server/apis/google/google_project_credentials.json
+++ b/src/server/apis/google/google_project_credentials.json
@@ -1,11 +1,12 @@
{
"installed": {
- "client_id": "740987818053-dtflji3hfkn5r9t8ad6jb8740pls8moh.apps.googleusercontent.com",
- "project_id": "dash-web-461920",
+ "client_id": "838617994486-a28072lirm8uk8cm78t7ic4krp0rgkgv.apps.googleusercontent.com",
+ "project_id": "gtasks-test-dash",
"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_secret": "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",
+ "client_secret": "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",
"redirect_uris": ["http://localhost:1050/refreshGoogle"]
}
}
+