2012-07-09 3 views
1

내가 this example를 수행하여 MQL 쿼리에서 반환 된 '커서'값을 얻기 위해 노력하고 커서를 얻을. my attempt 다음과 같은 오류 발생 있지만 : 새로운 API에서, MQL 쿼리에서하는 Freebase

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

답변

1

을의 cursor 매개 변수의 시작 값은 예전처럼 널 (null) 값이 아닌 true입니다. 여기 this