A query to the content of a OneNote page in Microsoft Graph returns a 10019 error

时光总嘲笑我的痴心妄想 提交于 2019-12-11 02:18:18

问题


Some pages in one section fail API calls with a 500 error. The query URL is

https://graph.microsoft.com/v1.0/me/onenote/pages/{page-id}/content

The response is:

{
  "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"
    }
  }
}

I can access the pages in the OneNote apps, and I'm fairly sure the API call is correct, as it works for pages which are virtually identical. The 10019 error code does not appear in the troubleshooting documentation.

An explanation of what's going on and how to mitigate it would be appreciated.

来源:https://stackoverflow.com/questions/49791707/a-query-to-the-content-of-a-onenote-page-in-microsoft-graph-returns-a-10019-erro

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!