Skip to content

Commit

Permalink
Merge pull request #148 from ttsukagoshi/add-new-scope-for-trigger
Browse files Browse the repository at this point in the history
Add new OAuth scope: .../auth/script.scriptapp for enabling execution of triggered functions
  • Loading branch information
ttsukagoshi authored Feb 14, 2022
2 parents 66cd3c4 + d4ee90c commit eb48b2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/appsscript.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eb48b2f

Please sign in to comment.