(20241204) Solving GMail scopes x3

This commit is contained in:
2024-12-04 16:44:48 +05:30
parent 365d8e6d09
commit cbe4a79815
+2
View File
@@ -92,10 +92,12 @@ import base64
SCOPES_GMAIL_MAIL_MANAGEMENT = [ SCOPES_GMAIL_MAIL_MANAGEMENT = [
r"https://www.googleapis.com/auth/gmail.modify", r"https://www.googleapis.com/auth/gmail.modify",
r"https://www.googleapis.com/auth/gmail.labels", r"https://www.googleapis.com/auth/gmail.labels",
r"profile",
r"https://www.googleapis.com/auth/userinfo.profile" r"https://www.googleapis.com/auth/userinfo.profile"
] ]
SCOPES_GMAIL_FULL = [ SCOPES_GMAIL_FULL = [
r"https://mail.google.com/", r"https://mail.google.com/",
r"profile",
r"https://www.googleapis.com/auth/userinfo.profile" r"https://www.googleapis.com/auth/userinfo.profile"
] ]