OneNote API returns 19999 任何请求的错误代码

OneNote API returns 19999 error code for any request

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

Request/response 例子:
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"
        }
    }
}

我该如何解决这个问题?

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