Feb 20 2018 08:55 AM
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 to the fact that sometimes it works fine and sometimes it doesn't, I don't know what the problem cause is.
The error I'm getting is this one: System.Net.WebException: The remote server returned an error: (429). at System.Net.HttpWebRequest.
For the record, I get this error when I try to see a Resource's assignments.
Thanks a lot.
Feb 20 2018 06:04 PM
SolutionHi 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-o...
Best regards,
Brian
Feb 21 2018 04:48 AM
Thanks for your answer, Brian.
I'll see how I can customize my code so that it doesn't get throttled.
Feb 20 2018 06:04 PM
SolutionHi 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-o...
Best regards,
Brian