Microsoft graph api OneNote API为任何请求返回19999错误代码

Microsoft graph api OneNote API为任何请求返回19999错误代码,microsoft-graph-api,onenote,onenote-api,Microsoft Graph Api,Onenote,Onenote Api,我有OneNote用户的应用程序。某些用户对任何OneNote API请求都有错误19999 请求/响应示例: GEThttps://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

我有OneNote用户的应用程序。某些用户对任何OneNote API请求都有错误19999

请求/响应示例:
GEThttps://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"
        }
    }
}

GEThttps://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"
        }
    }
}

如何解决此问题?

租户没有SPO许可证。我将修复更具体的错误代码。谢谢

在../onenote/sections/(id)/页面上发表文章时,我收到类似的错误消息,但我们肯定有许可证。以前,我使用同一个程序多次以这种方式提交页面,即使现在,我仍然可以执行一些其他读写API调用,例如在同一个笔记本中创建一个新分区。只是页面创建现在总是在19999年回来。除了日期和请求id外,都是相同的。`“innerError”:{“请求id”:“a7a797a1-0f5a-477b-8787-2da27cc56a39”,“日期”:“2020-05-22T19:35:21”}`还有什么其他方法可以这样做?