replace restricted gmail scope with sensitive

This commit is contained in:
Ruben Fiszel
2022-08-15 01:48:55 +02:00
parent 11cd3363c6
commit ae3e703df8

View File

@@ -54,7 +54,7 @@
"auth_url": "https://accounts.google.com/o/oauth2/v2/auth",
"token_url": "https://oauth2.googleapis.com/token",
"scopes": [
"https://mail.google.com/"
"https://www.googleapis.com/auth/gmail.send"
],
"extra_params": {
"access_type": "offline",