vgrem / Office365-REST-Python-Client

Microsoft 365 & Microsoft Graph Library for Python
MIT License
1.34k stars 335 forks source link

Throttling best practices support for Sharepoint access #822

Open ssmails opened 8 months ago

ssmails commented 8 months ago

Going through the Microsoft recommendations for throttling, https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online

  1. Choose Microsoft Graph APIs over CSOM and REST APIs when possible
  2. Use the Retry-After and RateLimit HTTP headers
  3. Decorate your traffic so we know who you are (see section on traffic decoration best practice more on that below)

Appreciate any help on the below questions @vgrem

ssmails commented 8 months ago

@vgrem Can you please help answer this ? Thanks.

ssmails commented 7 months ago

@vgrem appreciate any help on this ? Thanks

ssmails commented 5 months ago

@vgrem appreciate any help on this ? Thanks