From 369659d0702ddb7aeaf55f016e0eaca1546f9994 Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Thu, 13 Jun 2024 13:55:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4google=20drive=E7=9A=84?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- res/raw/auth_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/raw/auth_config.json b/res/raw/auth_config.json index 81f9638..c1a6beb 100644 --- a/res/raw/auth_config.json +++ b/res/raw/auth_config.json @@ -2,7 +2,7 @@ "client_id": "53206975661-asnf3qe4bg29p8h981pgf099osvrjbme.apps.googleusercontent.com", "redirect_uri": "com.googleusercontent.apps.53206975661-asnf3qe4bg29p8h981pgf099osvrjbme:/oauth2redirect", "end_session_redirect_uri": "com.googleusercontent.apps.53206975661-asnf3qe4bg29p8h981pgf099osvrjbme:/oauth2redirect", - "authorization_scope": "openid email profile https://www.googleapis.com/auth/drive.appdata", + "authorization_scope": "openid email profile", "discovery_uri": "https://accounts.google.com/.well-known/openid-configuration", "authorization_endpoint_uri": "", "token_endpoint_uri": "",