(20241204) Trying to solve Gmail's scopes

This commit is contained in:
2024-12-04 16:52:12 +05:30
parent cbe4a79815
commit fc49bd5772
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -92,12 +92,12 @@ import base64
SCOPES_GMAIL_MAIL_MANAGEMENT = [
r"https://www.googleapis.com/auth/gmail.modify",
r"https://www.googleapis.com/auth/gmail.labels",
r"profile",
# r"profile",
r"https://www.googleapis.com/auth/userinfo.profile"
]
SCOPES_GMAIL_FULL = [
r"https://mail.google.com/",
r"profile",
# r"profile",
r"https://www.googleapis.com/auth/userinfo.profile"
]