一个部分中的某些页面因API调用失败而导致500
错误。查询URL为
https://graph.microsoft.com/v1.0/me/onenote/pages/{page-id}/content
回复是:
{
"error": {
"code": "10019",
"message":
"The service detected a request that exceeds the maximum recursive call limit and has aborted it.",
"innerError": {
"request-id": "7514b9c5-ffc1-4cec-82c3-ceee523a8913",
"date": "2018-04-12T08:21:04"
}
}
}
我可以访问OneNote应用程序中的页面,我非常确定API调用是正确的,因为它适用于几乎完全相同的页面。 10019
错误代码未显示在troubleshooting documentation。
对正在发生的事情以及如何减轻它的解释将不胜感激。