Hello,
I am trying to experiment with throttling and how to mitigate, I have done some research around this, written C# application to upload ten to hundred thousand files on to box server. I was expecting to see the 429 (throttle) exception after sometime, but I do not see it. sometime I see gateway timeout or internal server exception and not the Throttle exception. I also checked the BOX SDK code to see if it eats up any exception, but I see it wont if I use UploadAsync method only because it is MultiPart request.
I am currently using the free Individual plan. Question is what do I do for a 429 exception to occur, also does it depend on the Plan/Account.
What is the best way to reach the support to get quick response (anything paid?) other than posting on the public forum.
Thanks,
Subhash Badri