From d4ee90c5ecce47706743d957a0f199f2c7594082 Mon Sep 17 00:00:00 2001 From: ttsukagoshi Date: Tue, 15 Feb 2022 02:05:29 +0900 Subject: [PATCH] Add OAuth scope: .../auth/script.scriptapp --- src/appsscript.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/appsscript.json b/src/appsscript.json index 2f93006..a4cff17 100644 --- a/src/appsscript.json +++ b/src/appsscript.json @@ -8,6 +8,7 @@ "https://www.googleapis.com/auth/gmail.compose", "https://www.googleapis.com/auth/gmail.modify", "https://www.googleapis.com/auth/script.locale", + "https://www.googleapis.com/auth/script.scriptapp", "https://www.googleapis.com/auth/script.send_mail", "https://www.googleapis.com/auth/spreadsheets", "https://www.googleapis.com/auth/userinfo.email"