-
Notifications
You must be signed in to change notification settings - Fork 97
Description
Configure OAuth Consent Screen: This screen tells users (usually just you) what your app wants permission for.
On the left menu, click "APIs & Services" -> "OAuth consent screen".
Choose User Type: Select "External" and click "CREATE".
Fill in App Information:
App name: Give it a name users will see (e.g., "Claude Docs MCP Access").
User support email: Select your email address.
Developer contact information: Enter your email address.
Click "SAVE AND CONTINUE".
Scopes: Click "ADD OR REMOVE SCOPES". Search for and add the following scopes:
https://www.googleapis.com/auth/documents (Allows reading/writing docs)
https://www.googleapis.com/auth/drive.file (Allows access to specific files opened/created by the app)
Click "UPDATE".
Click "SAVE AND CONTINUE".
Test Users: Click "ADD USERS". Enter the same Google email address you are logged in with. Click "ADD". This allows you to use the app while it's in "testing" mode.
Click "SAVE AND CONTINUE". Review the summary and click "BACK TO DASHBOARD".