Hi,
I'm using box java sdk to integrate my application to BOX. I want to know how 429 error responses from BOX server are being handled by box java sdk. Whether it retries the request after time specified in the Retry-After header or not?
And another thing whatever value we are in Retry-After header will in seconds or milliseconds?
Any help would be appreciated.
Thanks in advance.