我有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"
}
}
}我怎样才能解决这个问题?
发布于 2019-06-20 07:39:09
租户没有SPO许可证。我将修正错误代码,使之更加具体。谢谢!
https://stackoverflow.com/questions/56520269
复制相似问题