Trying to do a fairly straightforward process that searches a box instance for a file and downloads the stream. The process works fine for the first 2 downloads. Once the 3rd file attempts to download, it times out.
var downloadResponse = await client.FilesManager.DownloadAsync(boxFile.Id);
2024-07-18 10:46:00.9800|ERROR|Error in BoxDownload process to capture files|System.TimeoutException: Request timed out ---> System.Threading.Tasks.TaskCanceledException: A task was canceled.
Can't seem to get any more information to help troubleshoot. I'm processing these requests synchronously so there should not be any issues with api limits.