I’ve explored documentation but coulnd’t find the serviceName to build a service object for handling the contacts API.
I’ve explored documentation but coulnd’t find the serviceName to build a service object for
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Are you trying to use the Google Contacts API: https://developers.google.com/google-apps/contacts/v3/ ? If so, check out the sample code for python http://code.google.com/p/gdata-python-client/source/browse/samples/contacts/contacts_example.py that shows how to get access through the Google APIs client library. Because this API is a gdata API, it will look a bit different than the code for other google APIs which normally follow the
pattern, which is what it sounds like you were looking for.
Hope this helps!