首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >OneNote API为任何请求返回19999错误代码。

OneNote API为任何请求返回19999错误代码。
EN

Stack Overflow用户
提问于 2019-06-10 03:46:08
回答 1查看 345关注 0票数 1

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

请求/答复实例:

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

代码语言:javascript
复制
{
    "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

代码语言:javascript
复制
{
    "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"
        }
    }
}

我怎样才能解决这个问题?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2019-06-20 07:39:09

租户没有SPO许可证。我将修正错误代码,使之更加具体。谢谢!

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/56520269

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档