I am putting a GeoChart on my Google Site using a Google Apps Script.
(我正在使用Google Apps脚本在我的Google网站上放置GeoChart。)
Viewing the page when I am not logged into my google account shows a grey banner at the top with states: "This application was created by another user, not by Google." (当我未登录自己的Google帐户时,查看该页面会在顶部显示一个灰色横幅,其状态为:“此应用程序是由其他用户而非Google创建的。”)
See it here . (在这里看到它。)
Is there a way to remove this banner or move it to the bottom of the page so it looks better?
(有没有办法删除此横幅或将其移动到页面底部,使其看起来更好?)
I found a short discussion here (see fourth comment), but this did not work with the HtmlOutput object I am using in the doGet
(我在这里找到了简短的讨论(请参阅第四条评论),但这不适用于我在doGet
使用的HtmlOutput对象)
function doGet() {
return HtmlService.createHtmlOutputFromFile('prate').setSandboxMode(HtmlService.SandboxMode.IFRAME);
}
ask by Christine Braun translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…