Well, I found a kludgy workaround:

If you specify "GData-Version: 2" in the HTTP headers, then it returns
info on the
System Groups.  Create the client object by specifying this additional
header:

client = gdata.contacts.service.ContactsService(additional_headers=
{"GData-Version":"2"})

Presto, the system groups show up and can be manipulated as usual.
This seems to me
to be a serious kludge, however.  It probably introduces some
incompatibilities that
I haven't yet run into, since the Python library uses the v1 API while
the server
expects the v2 API.

Dan
--~--~---------~--~----~------------~-------~--~----~
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