dropbox-sdk-python icon indicating copy to clipboard operation
dropbox-sdk-python copied to clipboard

file download HTTP Range request

Open dtheodor opened this issue 9 years ago • 3 comments

I can't seem to find the ability to do a HTTP Range request to download a file using the v2 client. This is possible with the v1 client https://github.com/dropbox/dropbox-sdk-python/blob/158e8877b0cb12d6a3e1297a62181256eb86197e/dropbox/client.py#L385

dtheodor avatar Nov 07 '16 11:11 dtheodor

This isn't implemented for the API v2 client, but I'll be sure to pass this along as a feature request.

greg-db avatar Nov 07 '16 18:11 greg-db

Is this functionality being implemented? I would be nice to be able to fetch only a few kb from a large file (let's say 100+Mo to Gb size) instead of the whole file each time!

naio-labs avatar May 02 '21 21:05 naio-labs

@naio-labs I'm not aware of current plans to implement this in the API v2 client, but I'll pass along the feedback. Thanks!

greg-db avatar May 03 '21 14:05 greg-db