Google Cloud Endpoints和javascript客户端停止运行

时间:2014-04-08 10:30:04

标签: javascript google-cloud-endpoints

我们有两个独立的App Engine项目,现在这两个项目都停止使用Google Cloud Endpoints。使用Api Explorer工作正常。第一次调用发现工作,它返回所有可用的命令。然而,使用客户端失败了例如" gapi.client.od.process.custom.list()"返回:

"error": {
    "code": 404,
    "message": "Not Found",
    "data": [
        {
            "domain": "global",
            "reason": "notFound",
            "message": "Not Found"
        }
    ]
},
"id": "gapiRpc"

使用 Google自己的API 时会发生同样的事情:" gapi.client.plus.people.get({" userId":&#34 ;我"})"

我们使用与Google documents中相同的流程。

昨天一切正常。谷歌改变了它的client.js吗?哪里是开始调查此类错误的正确位置?

2 个答案:

答案 0 :(得分:0)

this thread

所述
var request = gapi.client.plus.people.get({"userId":"me"});
request.B.apiVersion = "v1";
request.execute(...)

应该这样做。

答案 1 :(得分:0)

Google目前正在处理它的JavaScript客户端存在问题。

URGENT - Google Drive SDK JavaScript 404 Error on any method