0
votes

Do we have rate booster for MS Graph API. Any paid service or other option which allows a particular app to access large number of request for a particular user to access Onenote content using MS Graph API.

Currently I get throttling exception very frequently.

1

1 Answers

0
votes

Are you running into throttling during development, or while running through a customer scenario?

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.