I am having the same problem using the python api and this also started 2 days ago. When I print out a userEntry from python, the name tag is there but it has no attributes. Did anyone find a resolution to this?
<?xml version='1.0' encoding='utf-8'?> <ns0:entry xmlns:ns0="http://www.w3.org/2005/Atom"> <ns1:name xmlns:ns1="http://schemas.google.com/apps/2006" /> <ns0:category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/apps/2006#user" /> <ns0:id> https://apps-apis.google.com/a/feeds/selu.edu/user/2.0/xxxxx</ns0:id> <ns0:updated>1970-01-01T00:00:00.000Z</ns0:updated> <ns1:quota limit="7168" xmlns:ns1="http://schemas.google.com/apps/2006" /> <ns1:feedLink href="https://apps-apis.google.com/a/feeds/selu.edu/ nickname/2.0?username=xxxxx" rel="http://schemas.google.com/apps/2006#user.nicknames" xmlns:ns1="http://schemas.google.com/g/2005" /> <ns1:feedLink href="https://apps-apis.google.com/a/feeds/selu.edu/ emailList/2.0?recipient=xxxxx%40selu.edu" rel="http://schemas.google.com/apps/2006#user.emailLists" xmlns:ns1="http://schemas.google.com/g/2005" /> <ns0:title type="text">xxxxx</ns0:title> <ns0:link href="https://apps-apis.google.com/a/feeds/selu.edu/user/ 2.0/xxxxx" rel="self" type="application/atom+xml" /> <ns0:link href="https://apps-apis.google.com/a/feeds/selu.edu/user/ 2.0/xxxxx" rel="edit" type="application/atom+xml" /> <ns1:login admin="false" agreedToTerms="true" changePasswordAtNextLogin="false" ipWhitelisted="false" suspended="false" userName="xxxxx" xmlns:ns1="http://schemas.google.com/apps/2006" /> </ns0:entry> thanks, ray On Aug 11, 9:23 am, Akitoshi Abe <[email protected]> wrote: > Hi Gunjan, > > Thank you for introducing me about cURL. It looks very useful to find > problem of web application, I will try using it to investigate. > My application get data from GoogleApps using 2-legged OAuth of GoogleApps > Marketplace. > I made some hook in gdata-python-client to out UserFeed response, output is > below(user name and domain is changed from original output): > ----------------------- > <?xml version='1.0' encoding='UTF-8'?><feed > xmlns='http://www.w3.org/2005/Atom' > xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' > xmlns:apps='http://schemas.google.com/apps/2006' > xmlns:gd='http://schemas.google.com/g/2005'><id>https://apps-apis.google.com/a/feeds/example.com/user/2.0</id><updated>1970-01-01T00:00:00.000Z</updated><category > scheme='http://schemas.google.com/g/2005#kind' > term='http://schemas.google.com/apps/2006#user'/><title > type='text'>Users</title><link rel='next' type='application/atom+xml' > href='https://apps-apis.google.com/a/feeds/example.com/user/2.0?startUsername=nex > t.user&[email protected]'/><link > rel='http://schemas.google.com/g/2005#feed'type='application/atom+xml' > href='https://apps-apis.google.com/a/feeds/example.com/user/2.0?xoauth_requestor_ > [email protected]'/><link > rel='http://schemas.google.com/g/2005#post'type='application/atom+xml' > href='https://apps-apis.google.com/a/feeds/example.com/user/2.0?xoauth_requestor_ > [email protected]'/><link > rel='self' type='application/atom+xml' > href='https://apps-apis.google.com/a/feeds/example.com/user/2.0?xoauth_requestor_ > > [email protected]'/><openSearch:startIndex>1</openSearch:startIndex><entry><id>https://apps-apis.google.com/a/feeds/example.com/user/2.0/aaa</id><updated>1970-01-01T00:00:00.000Z</updated><category > scheme='http://schemas.google.com/g/2005#kind' > term='http://schemas.google.com/apps/2006#user'/><title > type='text'>aaa</title><link rel='self' type='application/atom+xml' > href='https://apps-apis.google.com/a/feeds/example.com/user/2.0/aaa?xoauth_reques > [email protected]'/><link > rel='edit' type='application/atom+xml' > href='https://apps-apis.google.com/a/feeds/example.com/user/2.0/aaa?xoauth_reques > [email protected]'/><apps:login > userName='aaa' suspended='false' ipWhitelisted='false' admin='false' > changePasswordAtNextLogin='false' agreedToTerms='true'/><apps:quota > limit='25600'/><apps:name familyName='' givenName=''/><gd:feedLink > rel='http://schemas.google.com/apps/2006#user.nicknames' > href='https://apps-apis.google.com/a/feeds/example.com/nickname/2.0?username=aaa& > amp;[email protected]'/><gd:feedLink > rel='http://schemas.google.com/apps/2006#user.emailLists' > href='https://apps-apis.google.com/a/feeds/example.com/emailList/2.0?recipient=aa > a%40example.com&[email protected]'/></entry> > ..... > ---------------------- > > In the response, name tag have familyName and givenName attributes, but > values are empty. > This happens only for specified customer from 2 days ago, all other > customers are fine. > It seems that the problem is not come from gdaga-python-client... > > Thanks! > > Akitoshi Abe -- You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-apps-mgmt-apis?hl=en.
