file download HTTP Range request
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
This isn't implemented for the API v2 client, but I'll be sure to pass this along as a feature request.
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 I'm not aware of current plans to implement this in the API v2 client, but I'll pass along the feedback. Thanks!