Skip to content
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

file download HTTP Range request #79

Open
dtheodor opened this issue Nov 7, 2016 · 3 comments
Open

file download HTTP Range request #79

dtheodor opened this issue Nov 7, 2016 · 3 comments

Comments

@dtheodor
Copy link

dtheodor commented Nov 7, 2016

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

def get_file(self, from_path, rev=None, start=None, length=None):

@greg-db
Copy link
Contributor

greg-db commented Nov 7, 2016

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

@naio-labs
Copy link

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!

@greg-db
Copy link
Contributor

greg-db commented May 3, 2021

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants