Skip to content

Fix usage of streams in httplib.request for video uploads in python3  #142

@e00E

Description

@e00E

apiclient/http.py 's next_chunk method checks the python version to see if it can pass a stream object to httplib.request. This check wrongfully fails in python 3 causing high memory usage during uploads and even crashes for very large files.

I already made a simple pull request to fix this #141 .

Metadata

Metadata

Assignees

Labels

🚨This issue needs some love.triage meI really want to be triaged.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions