From 06aeab6d591cf3c51ff8863b84a02729daf19d8b Mon Sep 17 00:00:00 2001 From: Richard Kuo Date: Fri, 13 Dec 2024 20:21:10 -0800 Subject: [PATCH] fix scope typo --- backend/onyx/connectors/google_utils/shared_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ],