diff --git a/.clasp.json b/.clasp.json new file mode 100644 index 0000000..d22a8ed --- /dev/null +++ b/.clasp.json @@ -0,0 +1 @@ +{"scriptId":"1_daL881UbqLqPtsh-BPxv57DzjfGselyOOy7Bz0c99-M64414Uz7VGcB"} diff --git a/.gitignore b/.gitignore index 39131b3..6704566 100644 --- a/.gitignore +++ b/.gitignore @@ -102,6 +102,3 @@ dist # TernJS port file .tern-port - -# ignore files including Script ID -.clasp.json diff --git a/src/appsscript.json b/appsscript.json similarity index 57% rename from src/appsscript.json rename to appsscript.json index 7f59f0b..3528e96 100644 --- a/src/appsscript.json +++ b/appsscript.json @@ -2,6 +2,10 @@ "timeZone": "Asia/Tokyo", "dependencies": { }, + "webapp": { + "access": "ANYONE_ANONYMOUS", + "executeAs": "USER_DEPLOYING" + }, "exceptionLogging": "STACKDRIVER", "runtimeVersion": "V8" -} +} \ No newline at end of file