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.GetContentFile: stream to disk, add callback #29

Closed
wants to merge 1 commit into from

Conversation

casperdcl
Copy link
Contributor

@casperdcl casperdcl commented May 3, 2020

And the (pydrive2) docstrings did say:

:returns: str -- utf-8 decoded content of the file

And again, it (httplib2) said:

The return value is [...] a string that contains the response entity body.

And the devs did shudder. There was wailing in the North and South. There was gnashing of teeth in the East and West.

And then one brave dev, in a quavering voice, spake thusly:

Let there be no more in-memory downloads. Let the files stream until the hard drives overfloweth. Let RAM be ignored, and let us answer the call to progress.

@casperdcl casperdcl added bug Something isn't working enhancement New feature or request labels May 3, 2020
@casperdcl casperdcl requested a review from shcheklein May 3, 2020 18:10
@casperdcl casperdcl self-assigned this May 3, 2020
@casperdcl casperdcl requested a review from efiop May 3, 2020 18:11
@casperdcl
Copy link
Contributor Author

casperdcl commented May 3, 2020

moving to local branch #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

download streaming & callbacks
1 participant