I'm using the Python 2.0.1 cilent and simply retrieving the contacts
feed:
    cquery = gdata.contacts.service.ContactsQuery()
    cquery.max_results = 500
    cquery['sortorder']='ascending'
    feed = client.GetContactsFeed(cquery.ToUri())

As I look through an entry that I know is a member of some of my
groups, it has no group_membership_info on the python object or in the
feed representation that I see.

I'm using a programmatic login and can retrieve emails, notes, etc.,
for a contact.  Just no group membership information.

Said groups are system groups that the person is a member of.

What might I be missing?  What can I try next?

Thanks,
Joel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Contacts API" 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-contacts-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to