python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Adding Notes value to Google Contact
I am using using Google.Apis.PeopleService to create a new contact under my account and everything works fine.
But there is only one thing i can't get - How to add Notes to a contact? I couldn't find ...
Abramov Alexey
Votes: 0
Answers: 0
Why do I keep having [400] Invalid photo format error when trying to update a contact to add a photo in Google People API?
When trying to update a contact in Google People API to add a profile image (/v1/people/{{RessourceName}}/:updateContactPhoto PATCH), I keep having a 400 error: Invalid photo format. Do you have any i...
Augustin
Votes: 0
Answers: 1
Google People API: reading "other contacts" with addresses
I need to read addresses of "other contacts". Docs say that in order to do this, READ_SOURCE_TYPE_PROFILE should be set. However, when doing it like this:
service = googleapiclient.discovery...
Eugene Loy
Votes: 0
Answers: 2
How can I return user defined contact groups from the google people API using a curl request?
Using the Google Developer Api Tool I have been able to execute a blank query and return a list of contact groups, exactly as expected. When using the same cURL request from my PHP app I don't get any...
David
Votes: 0
Answers: 0