无法使用 Google Apps 脚本获取

Not able to GET with Google Apps Script

出于某种原因,我无法 UrlFetchApp.fetch("https://www.google.com")。它只是 returns 一个空对象 {}

尝试:.getContentText()

例如。 UrlFetchApp.fetch("https://www.google.com").getContentText()