From cee961988348f2965c7fe7567a64afe2ae2b149b Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 2 Sep 2023 23:30:02 +0800 Subject: [PATCH] update --- plugins/gdrive/credentials.json | 10 ++++++---- plugins/gdrive/credentials_bak.json | 11 +++++++++++ 2 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 plugins/gdrive/credentials_bak.json diff --git a/plugins/gdrive/credentials.json b/plugins/gdrive/credentials.json index cb209bdcd..066a2e7e0 100644 --- a/plugins/gdrive/credentials.json +++ b/plugins/gdrive/credentials.json @@ -1,11 +1,13 @@ { "web": { - "client_id": "540181629246-1horo9i4htamdbhiqar9rcbq33bqe2ob.apps.googleusercontent.com", - "project_id": "plated-inn-369901", + "client_id": "226011946234-d3e1vashgag64utjedu1ljt9u39ncrpq.apps.googleusercontent.com", + "project_id": "light-willow-341609", "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": ["https://drive.aapanel.com"] + "client_secret": "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", + "redirect_uris": [ + "https://drive.aapanel.com" + ] } } \ No newline at end of file diff --git a/plugins/gdrive/credentials_bak.json b/plugins/gdrive/credentials_bak.json new file mode 100644 index 000000000..cb209bdcd --- /dev/null +++ b/plugins/gdrive/credentials_bak.json @@ -0,0 +1,11 @@ +{ + "web": { + "client_id": "540181629246-1horo9i4htamdbhiqar9rcbq33bqe2ob.apps.googleusercontent.com", + "project_id": "plated-inn-369901", + "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": ["https://drive.aapanel.com"] + } +} \ No newline at end of file