Skip to content

Commit 7084ba4

Browse files
Sai Sridharclaude
andcommitted
Add gmail.metadata scope to match OAuth consent screen submission
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a7816b2 commit 7084ba4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/services/gmail_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
SCOPES = [
2222
"https://www.googleapis.com/auth/gmail.readonly",
23+
"https://www.googleapis.com/auth/gmail.metadata",
2324
"https://www.googleapis.com/auth/gmail.send",
2425
]
2526

0 commit comments

Comments
 (0)