Skip to content

Commit

Permalink
Added appsscript.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaikech committed Mar 21, 2021
1 parent cc1962d commit 1c0bb34
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions appsscript.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"timeZone": "Asia/Tokyo",
"dependencies": {},
"exceptionLogging": "STACKDRIVER",
"oauthScopes": [
"https://www.googleapis.com/auth/drive",
"https://www.googleapis.com/auth/drive.scripts",
"https://www.googleapis.com/auth/script.external_request",
"https://mail.google.com/",
"https://www.googleapis.com/auth/calendar"
]
}

0 comments on commit 1c0bb34

Please sign in to comment.