google-code-export / gdata-python-client

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

A gender is not a directory server #590

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

See 
http://stackoverflow.com/questions/8929269/gender-being-changed-to-directory-ser
ver-on-google-contacts-insert

To fix:

Simply edit 
http://code.google.com/p/gdata-python-client/source/browse/src/gdata/contacts/da
ta.py#119 like this:

-_qname = CONTACTS_TEMPLATE % 'directoryServer'
+_qname = CONTACTS_TEMPLATE % 'gender'

Original issue reported on code.google.com by jamezpol...@gmail.com on 30 Jan 2012 at 6:10

GoogleCodeExporter commented 9 years ago
Fix committed in:
  http://code.google.com/p/gdata-python-client/source/detail?r=9676d3b1059bcbbcf7e358abb3450cedf40546a6

Original comment by ala...@google.com on 30 Jan 2012 at 4:58