0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【GAS】スクリプトの作成・保存・実行

0
Posted at

ブラウザでGoogle Driveを表示する

スクリプトを作成

Google Driveの一覧画面 左上の「作成」ボタンより、
「Google Apps Script」選択する。
GASを開く.png

スクリプトを保存する

メニューの「ファイル」→「保存」または、
ショートカットキーの「Ctrl + S」で保存できる。

プロジェクトの名前を変更

プロジェクトを保存.png

スクリプトを実行する

メニューの「実行」→「関数を実行」から実行する関数名を選択すると実行することができる。
実行.png

ログを確認する。

ショートカットキーの「Ctrl + Enter」で確認できる。
ログ.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?