-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chunky download #87
Comments
The API v2 /2/files/download HTTPS endpoint itself does support "Range Retrieval Requests", but that's unfortunately not currently implemented in the Dropbox .NET SDK. I'll send this along as a feature request for that, but I can't promise if/when that would be implemented in the SDK. That being the case, you could implement the HTTPS call directly, outside of the SDK, so you can set the desired Range header. |
Hi!
|
Better way
|
Any progress? |
Hey all, there is no update on this issue to date. |
Hi!
I've downloading large files. Connection bandwidth is low. I want to implement download recovery after disconnect and continue download.
Unfortunetly, I've not found how I can specify offset and size part of requested file review.
Can you help me to do it?
The text was updated successfully, but these errors were encountered: