This commit is contained in:
eric
2026-03-01 00:53:02 -06:00
parent 3072841db8
commit 3a84000f57
3 changed files with 254 additions and 0 deletions

11
client_secrets.json Normal file
View File

@@ -0,0 +1,11 @@
{
"installed": {
"client_id": "305371487651-iuqafultpqp0rvitojr70560k1foet0n.apps.googleusercontent.com",
"project_id": "live-473104",
"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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",
"redirect_uris": ["http://localhost"]
}
}