js

function doGet(e){
	return ContentService.createTextOutput("hello world!");
}

image Test web app for your latest code.では期待した出力が出るのにデプロイすると出ないと悩んだ

  • →Project versionをNewにしていないとキャッシュされる

Google Apps Script