1

我正在尝试按照此示例获取在 MQL 查询中返回的“光标”值。虽然我的尝试产生了以下错误:

{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "invalid",
    "message": "cursor is invalid.",
    "locationType": "other",
    "location": "parameters.cursor"
   }
  ],
  "code": 400,
  "message": "cursor is invalid."
 }
}
4

2 回答 2

1

在新 API 中,参数的起始值为cursornull,而不是true之前的值。试试这个

于 2012-07-09T14:23:13.427 回答
1

此处的文档 http://wiki.freebase.com/wiki/MQL_Read_Service

于 2012-07-09T14:26:31.267 回答