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 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.
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