Forum Discussion
Germán Torres
Feb 20, 2018Copper Contributor
CSOM throwing random error
Hi there!
I've been using CSOM Framework for several months without important problems... Since a few weeks ago, I've been getting "Error 429" sometimes when one of my processes executes. Due t...
- Feb 21, 2018
Hi Germán, 429 normally means you are being throttled - are you making a lot of calls? This article explains throttling in SHarePoint Online which also applies to Project Online - https://docs.microsoft.com/en-us/sharepoint/dev/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online
Best regards,
Brian
Brian-Smith
Microsoft
Feb 21, 2018Hi Germán, 429 normally means you are being throttled - are you making a lot of calls? This article explains throttling in SHarePoint Online which also applies to Project Online - https://docs.microsoft.com/en-us/sharepoint/dev/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online
Best regards,
Brian
- Germán TorresFeb 21, 2018Copper Contributor
Thanks for your answer, Brian.
I'll see how I can customize my code so that it doesn't get throttled.