aboutsummaryrefslogtreecommitdiff
path: root/src/server
diff options
context:
space:
mode:
authorSkitty1238 <157652284+Skitty1238@users.noreply.github.com>2025-06-06 11:36:30 -0400
committerSkitty1238 <157652284+Skitty1238@users.noreply.github.com>2025-06-06 11:36:30 -0400
commitadeb3a05a28cc69795f29f92b049b00e11fe1e46 (patch)
tree43514500a2ee04fd514c7bddc833880fcd3d293b /src/server
parent0f997ee859c7540d7df0fe7fa7491f8933ab697f (diff)
implemented auto-sync to Google when task node loses focus. Created helpers for retrieiving due date and body for Google Task, to reduce redundant code
Diffstat (limited to 'src/server')
-rw-r--r--src/server/apis/google/google_project_credentials.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/server/apis/google/google_project_credentials.json b/src/server/apis/google/google_project_credentials.json
index 8a9a38dac..8abc13b80 100644
--- a/src/server/apis/google/google_project_credentials.json
+++ b/src/server/apis/google/google_project_credentials.json
@@ -1,12 +1,11 @@
{
"installed": {
- "client_id": "838617994486-a28072lirm8uk8cm78t7ic4krp0rgkgv.apps.googleusercontent.com",
- "project_id": "gtasks-test-dash",
+ "client_id": "740987818053-dtflji3hfkn5r9t8ad6jb8740pls8moh.apps.googleusercontent.com",
+ "project_id": "dash-web-461920",
"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"]
}
}
-