Google Script App:为什么我无法向我的网络应用发送ajax请求?

时间:2017-02-12 04:05:48

标签: javascript jquery ajax google-apps-script

如果这个问题重复,我很抱歉,但我找不到解决方法。

请提供Google Script Web App的帮助。我使用Google Script App为测试构建了一个非常简单的Web应用程序,但是我无法使用Jquery Ajax向它发送参数......

我尝试使用简单的$ .post(),但它向我显示了这个错误:

Error trying a simple Ajax request

然后我添加了dataType =“jsonp”(这就是我目前正在使用的),现在它显示了这个错误:

Error trying a request with dataType = 'jsonp'

有时它也会显示此错误:

Anathor error using dataType = 'jsonp'

当我通过GET直接从浏览器URL发送它时,参数非常有效:

enter image description here

以下文档说明它可以接收HTTP GET和POST请求:Documentation

这是我的网络应用,只显示收到的参数:Web App及其Source Code

最后,这是我的页面将请求发送到我的Wep App ...(我也使用了一个网络应用程序来做到这一点,但我也试过my server)。我的Ajax sender web app及其Source Code

1 个答案:

答案 0 :(得分:0)

当我唯一的错误是我使用HtmlService在服务器中编写我的响应时,我会问整个问题。这就是为什么这个错误:

enter image description here

我应该使用ContentService并将MimeType设置为text或Javascript