几天以来,当我尝试使用参数“state”将所有脚本作为服务调用时,我收到一个奇怪的“Google Docs 遇到服务器错误”,从未调用方法 doGet!
请问,你能确认有什么改变吗?
重现问题的步骤:
仅使用 getMethod 创建一个简单的应用程序脚本
函数 doGet(e) { Logger.log("doGet"); MailApp.sendEmail("xxxxxxxx@gmail.com", "Log", Logger.getLog());
var app = UiApp.createApplication(); return app; }
发布服务
从浏览器调用脚本传递“状态”参数
服务器返回错误:
Google 文档遇到服务器错误。如果重新加载页面没有帮助,请联系我们。
To discuss this or other issues, visit the Google Docs Help forum. To see the list of known problems, check the Google Docs Known Issues page. Sorry, and thanks for your help! - The Google Docs Team
我也打开了问题
谢谢大家,弗朗切斯科
编辑: 问题已修复!谢谢大家。