【发布时间】:2015-11-06 09:31:02
【问题描述】:
当我尝试使用 OneNote API (GET https://www.onenote.com/api/beta/myorganization/siteCollections/{site-collection-id}/sites/{site-id}/notes/notebooks/{notebook-id}/sections) 在 SharePoint Online 上列出笔记本的各个部分时,
我收到以下错误消息:
{
"error":{
"code":"10001","message":"An unexpected server error has occurred. Please try again later.","@api.url":"http://go.microsoft.com/fwlink/?LinkID=400804"
}
}
不过,我可以使用 OneNote API (POST) 向笔记本添加新部分。
使用 OneNote API on OneDrive for Business (Office 365) 可以完美运行。
【问题讨论】:
-
嗨,Adrian,您能否向我们提供您从该请求中获得的 HTTP 响应的 X-CorrelationId 标头,以便我们对此进行诊断?
标签: onenote onenote-api