2
0

📝 Add OAuth scopes URL for Sheets config (#1732)

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.
This commit is contained in:
Jason
2024-08-22 10:12:29 -05:00
committed by GitHub
parent 503060cb4d
commit 53104a4a5e

View File

@ -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: