OneNote API针对任何请求返回19999错误代码

时间:2019-06-10 03:46:08

标签: microsoft-graph onenote onenote-api

我有适用于OneNote用户的应用程序。对于任何OneNote API请求,某些用户都会遇到错误19999。

请求/响应示例:
GET https://graph.microsoft.com/v1.0/me/onenote/notebooks

{
    "error": {
        "code": "19999",
        "message": "Something failed, the API cannot share any more information at the time of the request.",
        "innerError": {
            "request-id": "2e94b8fb-b43c-4dd6-bb2a-6979fa854718",
            "date": "2019-06-10T03:21:15"
        }
    }
}

GET https://graph.microsoft.com/v1.0/me/onenote/pages

{
    "error": {
        "code": "19999",
        "message": "Something failed, the API cannot share any more information at the time of the request.",
        "innerError": {
            "request-id": "d650669d-b48f-4d6e-bd18-e0805e79167c",
            "date": "2019-06-10T03:27:53"
        }
    }
}

如何解决此问题?

1 个答案:

答案 0 :(得分:1)

Tenant没有SPO许可证。我将更正错误代码。谢谢!