ここではGoogle Apps Scriptのファイルを書く場所とタイプについて書きます。
Standalone Scripts
スプレッドシートやドキュメントなどに属さずに単独で書くことができます
現在自分が知っている方法
- ダッシュボードの「新規スクリプト」から作る
- Googleドライブの「新規 > その他 > Google Apps Script」から作る
- 直リンクから作る
- Claspで作る
作り方
http://www.pre-practice.net/2018/12/standalone-scripts.html
Container-bound Scripts
スプレッドシートやドキュメントなどに書くことができます
- 「ツール > スクリプトエディタ」から作る
作り方
http://www.pre-practice.net/2016/05/blog-post.htmlWeb Apps
Webアプリケーションを作成することができます
- 「Standalone Scripts」「Container-bound Scripts」のどちらでも作れます
作り方
http://www.pre-practice.net/2016/05/web.html
参考
Standalone Scripts
https://developers.google.com/apps-script/guides/standalone
Container-bound Scripts
https://developers.google.com/apps-script/guides/bound
Web Apps
https://developers.google.com/apps-script/guides/web