Open GoogleCodeExporter opened 9 years ago
I am in need of this also. I have tried the demo's tried manually with my own
script, and the response I get is: 'Convert parameter not implemented yet'
Original comment by emanuel....@nextremlabs.ro
on 7 Sep 2011 at 7:09
Original comment by afs...@google.com
on 7 Oct 2011 at 12:24
Hi,
Running resumableuploadsample with version 2.0.15 installed results in:
Traceback (most recent call last):
File "./resumable_upload_sample.py", line 221, in <module>
main()
File "./resumable_upload_sample.py", line 204, in main
convert=convert, ssl=ssl, debug=debug)
File "./resumable_upload_sample.py", line 84, in __init__
chunk_size=self.chunk_size, desired_class=gdata.docs.data.DocsEntry)
AttributeError: 'module' object has no attribute 'DocsEntry'
Not surprising really since the demo itself is missing from the 2.0.15
version...
It would be nice to know when resumable uploads of any file type would be
available through the python client though. Thanks.
Original comment by juha.ker...@gmail.com
on 27 Nov 2011 at 7:32
I was getting the same error as juha.ker...
Basically, we replaced the string "gdata.docs.data.DocsEntry" with
"gdata.data.GDEntry" throughout the program that called "DocsEntry" and that
fixed the problem.
I blogged about it here:
http://atechyblog.blogspot.com/2012/02/googlecl-docs-upload-fixed-for-gdata.html
Original comment by Coilamg
on 2 Feb 2012 at 9:14
Hi, it is currently possible, but transparently done by the Update or Insert
methods if you provide the media attribute.
Check this:
http://code.google.com/p/gdata-python-client/source/browse/samples/docs/docs_v3_
example.py
Original comment by afs...@google.com
on 2 Feb 2012 at 2:38
Original issue reported on code.google.com by
luis.bor...@gtempaccount.com
on 10 May 2011 at 5:26Attachments: