feat: update OAuth scopes for Confluence, Gmail, Google Calendar, Google Drive, and Jira connectors

This commit is contained in:
Anish Sarkar 2026-03-21 12:50:25 +05:30
parent 79bc123439
commit b092d8d13d
5 changed files with 22 additions and 3 deletions

View file

@ -37,10 +37,16 @@ This guide walks you through setting up a Google OAuth 2.0 integration for SurfS
1. Click **Add or Remove Scopes**
2. Add the following scopes:
- `https://www.googleapis.com/auth/drive.readonly` - Read-only access to Google Drive
- `https://www.googleapis.com/auth/drive` - Full access to Google Drive (read, create, and trash files)
- `https://www.googleapis.com/auth/userinfo.email` - View user email address
- `https://www.googleapis.com/auth/userinfo.profile` - View user profile info
- `openid` - OpenID Connect authentication
3. Click **Update** and then **Save and Continue**
<Callout type="info">
The `drive` scope is required for HITL (Human-in-the-Loop) tools like creating and trashing files. If you only need read access, you can use `drive.readonly` instead, but HITL tools will not work.
</Callout>
## Step 4: Create OAuth Client ID
1. Go to **APIs & Services** > **Credentials**