drive scope fix
This commit is contained in:
@@ -28,6 +28,7 @@ from auth.scopes import (
|
||||
GMAIL_MODIFY_SCOPE,
|
||||
GMAIL_LABELS_SCOPE,
|
||||
GMAIL_SETTINGS_BASIC_SCOPE,
|
||||
DRIVE_SCOPE,
|
||||
DRIVE_READONLY_SCOPE,
|
||||
DRIVE_FILE_SCOPE,
|
||||
DOCS_READONLY_SCOPE,
|
||||
@@ -426,6 +427,7 @@ SCOPE_GROUPS = {
|
||||
"gmail_labels": GMAIL_LABELS_SCOPE,
|
||||
"gmail_settings_basic": GMAIL_SETTINGS_BASIC_SCOPE,
|
||||
# Drive scopes
|
||||
"drive": DRIVE_SCOPE,
|
||||
"drive_read": DRIVE_READONLY_SCOPE,
|
||||
"drive_file": DRIVE_FILE_SCOPE,
|
||||
# Docs scopes
|
||||
|
||||
Reference in New Issue
Block a user