mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-19 03:58:30 +02:00
fix scope typo
This commit is contained in:
@@ -12,7 +12,7 @@ GOOGLE_SCOPES = {
|
|||||||
"https://www.googleapis.com/auth/admin.directory.user.readonly",
|
"https://www.googleapis.com/auth/admin.directory.user.readonly",
|
||||||
],
|
],
|
||||||
DocumentSource.GMAIL: [
|
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.user.readonly",
|
||||||
"https://www.googleapis.com/auth/admin.directory.group.readonly",
|
"https://www.googleapis.com/auth/admin.directory.group.readonly",
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user