Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 641 by roman.in...@gmail.com: v2.0.17:
gdata.contacts.service.ContactsService doesn't return system groups
http://code.google.com/p/gdata-python-client/issues/detail?id=641
What steps will reproduce the problem?
1.from gdata-2.0.4 upgraded to gdata-2.0.17
2.use gdata.contacts.service.ContactsService.GetGroupsFeed()
3.not getting system groups
What is the expected output? What do you see instead?
Expected to get all groups including system (My Contacts, Family etc)
Because that is how it used to work in 2.0.4.
What version of the product are you using?
2.0.17
Please provide any additional information below.
gdata/contacts/service.py doesn't set a "GData-Version: 3" header anymore.
So there is a constant defined GDATA_VER_HEADER, but nobody uses it.
If I set this header manually - I'm getting all my groups including system.