ここにあるガイドに従っています: https://developers.google.com/apps-script/articles/twitter_tutorial
ツイッターアプリの作り方について。
私は以下の部分を見てきました:
To get started, copy this spreadsheet containing the script for this tutorial. Once you've got your own copy of the spreadsheet, open it and you will notice the spreadsheet will be empty; that is intentional, as we won't be using any of the spreadsheet's cells in this tutorial.The first thing you need to do is publish your script as a service. To do this, open the script editor by clicking Tools > Script Editor... In the new window, click Publish > Publish as Service...
これは実際にはまったく機能しません。
スプレッドシートを開いて [ツール] > [スクリプト エディタ] をクリックすると、スクリプト ウィザードが表示されます。次に、新しいスクリプトを作成するオプションが表示されます。スクリプトは、ギャラリーまたは Web アプリとしてのみ公開できます。サービスとして公開オプションはどこにありますか?
ありがとう