I'm trying to download a large (80Gb) file from the Dropbox servers.
After *exactly* one hour, I get an exception indicating that the Dropbox servers have dropped the connection (System.IO.IOException: The response ended prematurely. in .NET)
I have tried using both the .NET HttpClient (for a shared link from dropboxusercontent.com) and the Dropbox API.
Any ideas? Thanks!