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=next.user&amp;[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/[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/[email protected]'/><link
 
rel='self' type='application/atom+xml' 
href='https://apps-apis.google.com/a/feeds/example.com/user/[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/[email protected]'/><link
 
rel='edit' type='application/atom+xml' 
href='https://apps-apis.google.com/a/feeds/example.com/user/2.0/[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=aaa%40example.com&amp;[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 view this discussion on the web visit 
https://groups.google.com/d/msg/google-apps-mgmt-apis/-/eD1_Sk_1pOkJ.
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.

Reply via email to