Closed GoogleCodeExporter closed 9 years ago
This appears to be affecting creating contacts as well.
Original comment by jay.wine...@gmail.com
on 10 Jan 2011 at 6:23
Hello Jay,
What is the type of gd_client? According to the stack trace, you are using a
ContactsService whereas the documentation uses ContactsClient:
http://code.google.com/apis/contacts/docs/3.0/developers_guide_python.html#AuthC
lientLogin
The ContactsService is here for backward compatibility, if you want support for
the newest version of the Contacts API, I would suggest using ContactsClient.
There is an update sample in the repository:
http://code.google.com/p/gdata-python-client/source/browse/samples/contacts/cont
acts_example.py
I hope this help!
Best,
Alain
Original comment by ala...@google.com
on 10 Jan 2011 at 7:23
Alain, indeed I didn't catch the difference between the currently packaged code
and the V3 docs. Getting an hg checkout with the URL you provided and
modifying my code to use ContactsClient works.
thanks!
Original comment by jay.wine...@gmail.com
on 11 Jan 2011 at 3:12
I'm glad it helped!
Closing the issue.
Best,
Alain
Original comment by ala...@google.com
on 11 Jan 2011 at 4:52
Original issue reported on code.google.com by
jay.wine...@gmail.com
on 10 Jan 2011 at 5:47