fix scope typo

This commit is contained in:
Richard Kuo
2024-12-13 20:21:10 -08:00
parent 9b7e67004c
commit 06aeab6d59

View File

@@ -12,7 +12,7 @@ GOOGLE_SCOPES = {
"https://www.googleapis.com/auth/admin.directory.user.readonly",
],
DocumentSource.GMAIL: [
"https://www.googleapis.com/auth/gmail.readonfromly",
"https://www.googleapis.com/auth/gmail.readonly",
"https://www.googleapis.com/auth/admin.directory.user.readonly",
"https://www.googleapis.com/auth/admin.directory.group.readonly",
],