Closed GoogleCodeExporter closed 9 years ago
It should be possible, even relatively easily. You just need to build your own
multipart post request. It's a bit problematic that httplib2 doesn't support
iterators tough.
Original comment by ve...@gmx.ch
on 27 Oct 2008 at 11:24
Right -- actually, not supporting iterators is a huge barrier that means that
you
need to load the entire file into memory before upload.
Original comment by jamiesonbecker@gmail.com
on 25 Nov 2008 at 8:39
Correct, the multipart body must be built and passed as the body= parameter.
Original comment by joe.gregorio@gmail.com
on 13 Jun 2011 at 5:54
Original comment by joe.gregorio@gmail.com
on 13 Jun 2011 at 5:55
Original issue reported on code.google.com by
fangzhou...@gmail.com
on 26 Oct 2008 at 1:19