Kinvey API控制台-JSONParseError

Kinvey API控制台-JSONParseError,json,rest,kinvey,Json,Rest,Kinvey,当我在Kinvey API控制台上进行简单查询时,我得到 { "error": "JSONParseError", "description": "Unable to parse the JSON in the request", "debug": "Unexpected end of input" } 查询示例:/appdata/:appKey/:collectionName/?Query={“\u id”:“3”}在单击“发送请求”按钮之前,您必须单击站点中的任何位置,以便将u

当我在Kinvey API控制台上进行简单查询时,我得到

{
  "error": "JSONParseError",
  "description": "Unable to parse the JSON in the request",
  "debug": "Unexpected end of input"
}

查询示例:/appdata/:appKey/:collectionName/?Query={“\u id”:“3”}

在单击“发送请求”按钮之前,您必须单击站点中的任何位置,以便将url中的字符转换为代码

我是Kinvey的工程师,应该能够帮助您解决此问题,但我可能需要更多信息

三件事:您的查询看起来格式正确,所以我认为这不是问题所在

其次,确保您的
HTTP方法
设置为GET

最后,在
URL target
字段中,您可以让网站自动完成特定应用程序和集合的
/appdata/:appkey/:collectionName://
,您只需将查询
?query={“\u id”:“3”}
附加到自动生成的URL的末尾

然后,单击发送请求

如果这不起作用,请发表一篇关于结果的评论,我可以跟进