salimoha / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

list gives lots of "N/A" columns #269

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

- I'm not sure; all I did was upgrade to 0.9.9.  I also upgraded gdata to 
2.0.11, but that did not fix it.

What is the expected output? What do you see instead?

- What I see:

rlpowell@chain> google docs list  | grep test        
test,N/A
test,N/A
test,N/A

- I expect those N/A columns to be URLs, as they were before I upgraded to 0.9.9

What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?

- 0.9.9, with 2.0.11 gdata, on Debian Linux.

Please provide any additional information below.

Original issue reported on code.google.com by robinleepowell@gmail.com on 29 Aug 2010 at 1:39

GoogleCodeExporter commented 9 years ago
Oh yeah: the data *is* there, and it is retrievable, because:

rlpowell@chain> google docs list xml | grep test                                
                                            /tmp/gd
<ns0:entry xmlns:ns0="http://www.w3.org/2005/Atom"><ns0:category 
label="document" scheme="http://schemas.google.com/g/2005#kind" 
term="http://schemas.google.com/docs/2007#document" /><ns0:category 
label="viewed" scheme="http://schemas.google.com/g/2005/labels" 
term="http://schemas.google.com/g/2005/labels#viewed" 
/><ns0:id>https://docs.google.com/feeds/documents/private/full/document%3A0ASObz
t-eWjXlZGNyd2drN2tfMTdodHI3Yndjbg</ns0:id><ns1:writersCanInvite value="true" 
xmlns:ns1="http://schemas.google.com/docs/2007" 
/><ns0:author><ns0:name>robinleepowell</ns0:name><ns0:email>robinleepowell@gmail
.com</ns0:email></ns0:author><ns0:content 
src="https://docs.google.com/feeds/download/documents/Export?docId=0ASObzt-eWjXl
ZGNyd2drN2tfMTdodHI3Yndjbg" type="text/html" 
/><ns0:updated>2010-08-29T00:47:12.216Z</ns0:updated><ns0:published>2010-08-29T0
0:47:12.161Z</ns0:published><ns1:lastViewed 
xmlns:ns1="http://schemas.google.com/g/2005">2010-08-29T00:47:12.242Z</ns1:lastV
iewed><ns1:feedLink 
href="https://docs.google.com/feeds/acl/private/full/document%3A0ASObzt-eWjXlZGN
yd2drN2tfMTdodHI3Yndjbg" 
rel="http://schemas.google.com/acl/2007#accessControlList" 
xmlns:ns1="http://schemas.google.com/g/2005" /><ns1:resourceId 
xmlns:ns1="http://schemas.google.com/g/2005">document:0ASObzt-eWjXlZGNyd2drN2tfM
TdodHI3Yndjbg</ns1:resourceId><ns1:lastModifiedBy 
xmlns:ns1="http://schemas.google.com/g/2005"><ns0:name>robinleepowell</ns0:name>
<ns0:email>robinleepowell@gmail.com</ns0:email></ns1:lastModifiedBy><ns0:title 
type="text">test</ns0:title><ns0:link 
href="https://docs.google.com/Doc?docid=0ASObzt-eWjXlZGNyd2drN2tfMTdodHI3Yndjbg&
hl=en" rel="alternate" type="text/html" /><ns0:link 
href="https://docs.google.com/feeds/documents/private/full/document%3A0ASObzt-eW
jXlZGNyd2drN2tfMTdodHI3Yndjbg" rel="self" type="application/atom+xml" 
/><ns0:link 
href="https://docs.google.com/feeds/documents/private/full/document%3A0ASObzt-eW
jXlZGNyd2drN2tfMTdodHI3Yndjbg/gdf6kqlm" rel="edit" type="application/atom+xml" 
/><ns0:link 
href="https://docs.google.com/feeds/media/private/full/document%3A0ASObzt-eWjXlZ
GNyd2drN2tfMTdodHI3Yndjbg/gdf6kqlm" rel="edit-media" type="text/html" 
/><ns1:quotaBytesUsed 
xmlns:ns1="http://schemas.google.com/g/2005">0</ns1:quotaBytesUsed></ns0:entry>

Original comment by robinleepowell@gmail.com on 29 Aug 2010 at 1:41

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r390.

Original comment by tom.h.mi...@gmail.com on 29 Aug 2010 at 6:07