Rate Limit Exceeded
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022
09:33 AM
Hey everyone.
Newbie here.
I'm looking through the docs, specifically the page on throttling. It say that I'll receive a 403 Forbidden (Rate Limit Exceeded) response if I'm over my limit.
Question 1: How do I differentiate between a vanilla 403 and this context heavy 403? Am I suppose to check the ReasonPhrase of the HttpResponseMessage?
Question 2: If I'm paging through a whole bunch of data could I expect my quota to be exceeded between one call and the next? Or is the quota for the entire query guessed at, pre-flight?
Thanks in advance