Microsoft Graph API 检索 Onenote 内容的速率限制
Microsoft Graph API rate limit for retriving Onenote content
我正在使用 MSGraph 端点访问 Onenote 笔记本。只是想了解什么是每个用户的速率限制。其次,此速率限制是否取决于您在 Microsoft 应用程序注册门户中注册应用程序的方式。
来自下面的博客 post:
https://blogs.msdn.microsoft.com/onenotedev/2016/01/12/onenote-api-throttling-and-how-to-avoid-it/
...if you're running into throttling (429's) during development, you
can simply change your user or your app (this does require giving
permissions again) and keep coding/testing against the API.
至于 OneNote API 的 public 限制,很遗憾,它们不是 public。如果您 运行 在一个有效的场景中加入他们,请联系我们。
我正在使用 MSGraph 端点访问 Onenote 笔记本。只是想了解什么是每个用户的速率限制。其次,此速率限制是否取决于您在 Microsoft 应用程序注册门户中注册应用程序的方式。
来自下面的博客 post:
https://blogs.msdn.microsoft.com/onenotedev/2016/01/12/onenote-api-throttling-and-how-to-avoid-it/
...if you're running into throttling (429's) during development, you can simply change your user or your app (this does require giving permissions again) and keep coding/testing against the API.
至于 OneNote API 的 public 限制,很遗憾,它们不是 public。如果您 运行 在一个有效的场景中加入他们,请联系我们。