diff --git a/backend/onyx/connectors/google_utils/shared_constants.py b/backend/onyx/connectors/google_utils/shared_constants.py index 2f3c3e4f7b8..bd5ebb11ec7 100644 --- a/backend/onyx/connectors/google_utils/shared_constants.py +++ b/backend/onyx/connectors/google_utils/shared_constants.py @@ -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", ],