prayagverma / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
1 stars 0 forks source link

v2.0.17: gdata.contacts.service.ContactsService doesn't return system groups #641

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by roman.in...@gmail.com on 10 Oct 2012 at 9:48

GoogleCodeExporter commented 9 years ago
this commit introduced an issue

http://code.google.com/p/gdata-python-client/source/diff?path=/src/gdata/contact
s/service.py&format=unidiff&r=879d853e88a375840ddce5ad77b288ceb3379fe3&old_path=
/src/gdata/contacts/service.py&old=9390f9fab7c52cf5728821851cc7493387cb9116

Original comment by roman.in...@gmail.com on 10 Oct 2012 at 10:22