From 53104a4a5ea59aa7fe7471dea9eeb4b64ee9d943 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 22 Aug 2024 10:12:29 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20OAuth=20scopes=20URL=20for?= =?UTF-8?q?=20Sheets=20config=20(#1732)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added help link for OAuth consent screen when people are setting up google sheets access they are forgetting to add the scopes to the screen itself. --- apps/docs/self-hosting/configuration.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/docs/self-hosting/configuration.mdx b/apps/docs/self-hosting/configuration.mdx index f27ebe7fe..cd2abdb31 100644 --- a/apps/docs/self-hosting/configuration.mdx +++ b/apps/docs/self-hosting/configuration.mdx @@ -84,7 +84,8 @@ Used for sending email notifications and authentication 4. Create a OAuth client ID. This will be your `GOOGLE_CLIENT_ID` and `GOOGLE_CLIENT_SECRET` - Make sure to set the following scopes: `userinfo.email`, `spreadsheets`, `drive.file` + Make sure to set the following scopes located in your OAuth Consent Screen: `userinfo.email`, `spreadsheets`, `drive.file` + https://developers.google.com/identity/protocols/oauth2/scopes The "Authorized redirect URIs" used when creating the credentials must include your full domain and end in the callback path: