Closed GoogleCodeExporter closed 8 years ago
Same problem on Mac OS X 10.6.4
googlecl-0.9.8
gdata-2.0.10
Original comment by samxngu...@gmail.com
on 2 Jul 2010 at 6:39
Apparently there is a problem with the GData API regarding the HTTP parameter
name for the exportFormat:
http://code.google.com/p/gdata-issues/issues/detail?id=2157
A half-workaround is to edit the gdata/docs/service.py and replace line 330
with this:
url += '&exportFormat=%s&format=%s' % (export_format, export_format)
However, there is a second problem that arises which is that the GData API
reports an error when trying to convert the plain text file:
http://code.google.com/p/gdata-issues/issues/detail?id=1480
Original comment by samxngu...@gmail.com
on 2 Jul 2010 at 9:39
This worked for me running google 0.9.8, Python 2.6.5+, on
Linux pwwrpad 2.6.32-3-686 #1 SMP Thu Feb 25 06:14:20 UTC 2010 i686 GNU/Linux
Original comment by torste...@gmail.com
on 4 Jul 2010 at 5:20
Same problem on Ubuntu 10.04
python-gdata 2.0.10 (installed from tarball)
googlecl_0.9.8-1_all.deb
Original comment by samxngu...@gmail.com
on 6 Jul 2010 at 3:06
Thanks for finding that issue, samxnguyen! I think this is at the root of a
couple of googlecl issues, I'll hopefully have a patch soon.
Original comment by tom.h.mi...@gmail.com
on 9 Jul 2010 at 7:29
Super! I'm looking forward to it.
Original comment by samxngu...@gmail.com
on 9 Jul 2010 at 10:05
This issue was closed by revision r337.
Original comment by tom.h.mi...@gmail.com
on 9 Jul 2010 at 10:12
OK, that took longer than I expected.
Try running the version in the repository, which fixes the issue as best as
possible. It's still impossible to update new-version documents due to a bug in
gdata itself.
Original comment by tom.h.mi...@gmail.com
on 9 Jul 2010 at 10:23
Awesome. I'll give it a run over the weekend. Thanks!
Original comment by samxngu...@gmail.com
on 9 Jul 2010 at 10:54
Thanks Tom, once I turn off new versions, it does everything I need.
Original comment by samxngu...@gmail.com
on 10 Jul 2010 at 6:51
Issue 166 has been merged into this issue.
Original comment by tom.h.mi...@gmail.com
on 15 Jul 2010 at 2:59
Issue 244 has been merged into this issue.
Original comment by tom.h.mi...@gmail.com
on 5 Aug 2010 at 3:08
Original issue reported on code.google.com by
itruett
on 2 Jul 2010 at 1:42