From ae3e703df87f50355927ffe76f600cf32640652e Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 15 Aug 2022 01:48:55 +0200 Subject: [PATCH] replace restricted gmail scope with sensitive --- backend/oauth_connect.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/oauth_connect.json b/backend/oauth_connect.json index 282660a8de..0ed093e6d9 100644 --- a/backend/oauth_connect.json +++ b/backend/oauth_connect.json @@ -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",