OneNote REST API 几天前太慢了
OneNote REST API way too slow from a few day ago
我正在开发 OneNote add-in,它正在使用 OneNote REST API。
它有点慢,就像打一个 API 电话需要 4-5 秒,但它太慢了,就像打一个昨天的电话需要大约 1 分钟。
是否可以检查 session id 响应 headers 的错误?
要求:
https://www.onenote.com/api/v1.0/me/notes/pages
回复:
Cache-Control →no-cache
Content-Encoding →gzip
Content-Length →3614
Content-Type →application/json; odata.metadata=minimal
Date →Fri, 05 May 2017 04:53:29 GMT
Expires →-1
OData-Version →4.0
P3P →CP="CAO DSP COR ADMa DEV CONi TELi CUR PSA PSD TAI IVDi OUR SAMi BUS DEM NAV STA UNI COM INT PHY ONL FIN PUR"
Pragma →no-cache
Preference-Applied →odata.include-annotations=*
Request-Processing-Time →63464.9347 ms
X-AspNet-Version →4.0.30319
X-AuthenticatedUserId →ORGID-5461B3DB-4535-4C86-86B2-4171965B3B3D
X-Content-Type-Options →nosniff
X-CorrelationId →11d0dea1-bcf3-4658-a99b-f3af77d4e208
X-OfficeCluster →ause-000.apimonolith.onenote.com
X-OfficeFE →ApisFrontEnd_IN_2
X-OfficeVersion →16.0.8203.1550
X-Powered-By →ASP.NET
X-RoutingCorrelationId →11d0dea1-bcf3-4658-a99b-f3af77d4e208
X-RoutingOfficeCluster →aue-000.reverseproxy.onenote.com
X-RoutingOfficeFE →ReverseProxyFrontEnd_IN_0
X-RoutingOfficeVersion →16.0.8204.1550
X-RoutingSessionId →67852300-b26a-4b5e-b830-8233acf7cadc
X-UserSessionId →67852300-b26a-4b5e-b830-8233acf7cadc
感谢您报告此问题!
如果您要获取 OneNote 页面,我们通常建议您按部分或笔记本进行操作,而不是浏览顶级集合。 (例如 GET sections/id/pages、notebooks/id/pages。
也就是说,我们目前在生产中确实存在问题,并且正在努力解决它。一旦解决,我将更新此答案。
我正在开发 OneNote add-in,它正在使用 OneNote REST API。
它有点慢,就像打一个 API 电话需要 4-5 秒,但它太慢了,就像打一个昨天的电话需要大约 1 分钟。
是否可以检查 session id 响应 headers 的错误?
要求:
https://www.onenote.com/api/v1.0/me/notes/pages
回复:
Cache-Control →no-cache
Content-Encoding →gzip
Content-Length →3614
Content-Type →application/json; odata.metadata=minimal
Date →Fri, 05 May 2017 04:53:29 GMT
Expires →-1
OData-Version →4.0
P3P →CP="CAO DSP COR ADMa DEV CONi TELi CUR PSA PSD TAI IVDi OUR SAMi BUS DEM NAV STA UNI COM INT PHY ONL FIN PUR"
Pragma →no-cache
Preference-Applied →odata.include-annotations=*
Request-Processing-Time →63464.9347 ms
X-AspNet-Version →4.0.30319
X-AuthenticatedUserId →ORGID-5461B3DB-4535-4C86-86B2-4171965B3B3D
X-Content-Type-Options →nosniff
X-CorrelationId →11d0dea1-bcf3-4658-a99b-f3af77d4e208
X-OfficeCluster →ause-000.apimonolith.onenote.com
X-OfficeFE →ApisFrontEnd_IN_2
X-OfficeVersion →16.0.8203.1550
X-Powered-By →ASP.NET
X-RoutingCorrelationId →11d0dea1-bcf3-4658-a99b-f3af77d4e208
X-RoutingOfficeCluster →aue-000.reverseproxy.onenote.com
X-RoutingOfficeFE →ReverseProxyFrontEnd_IN_0
X-RoutingOfficeVersion →16.0.8204.1550
X-RoutingSessionId →67852300-b26a-4b5e-b830-8233acf7cadc
X-UserSessionId →67852300-b26a-4b5e-b830-8233acf7cadc
感谢您报告此问题!
如果您要获取 OneNote 页面,我们通常建议您按部分或笔记本进行操作,而不是浏览顶级集合。 (例如 GET sections/id/pages、notebooks/id/pages。
也就是说,我们目前在生产中确实存在问题,并且正在努力解决它。一旦解决,我将更新此答案。