I am developing using Box.V2 (5.8.0) in VB.Net.
Dim downloadStreamRequest = objBoxClient.FilesManager.DownloadAsync(strBoxId)
downloadStreamRequest.Wait()
When executing the above process repeatedly, an internal exception with "Request timed out" always occurs on the third attempt.
Even if I restart the program and try again, it still happens on the third attempt.
I am not sure what is causing this issue and am struggling to find a solution.
If anyone knows how to resolve this, please let me know.