Skip to main content
0 votes
0 answers
98 views

How to retrieve profile photos from the Google Contacts API?

The Google Contacts API has a few endpoints useful for getting contacts: people.connections.list otherContacts.list people.listDirectoryPeople otherContacts.list is the most useful: it includes ...
venki's user avatar
  • 413
0 votes
1 answer
125 views

Is a Client Secret Required for Google OAuth 2.0 using the PKCE Authorization Flow? Should I Expose the Client Secret Publicly?

I run an open-source app that runs in a macOS environment. What I want to do is implement Google Contacts syncing to it, so I've implemented the OAuth 2.0 "token" (implicit) authorization ...
Zach the Dev's user avatar
0 votes
1 answer
128 views

Unable to access People API in a spreadsheet app script

I am trying to connect my google form response sheet to create a new contact using details every time a response is submitted on the form. I've added Peopleapi from the "Services" tab in the ...
ambalal shah's user avatar
1 vote
1 answer
144 views

How to get the Label or Group of a Contact

I'm trying to create a bunch of email contacts using Google App Script. I have a spreadsheet with a list of email address with name, address, etc. I want to loop through this list and create ...
TheWizEd's user avatar
  • 8,333
0 votes
1 answer
109 views

Deleting a contact/person from Google Contacts by using its resourceName - retreived from a Cell in a Google Sheet

GOAL: What i want to achieve is that i can pick in a list of resourceNames a specific resourceName and when i run the function in the (special) menu of my GoogleSheet, the selected resourceName is ...
M. Atou's user avatar
  • 21
0 votes
1 answer
182 views

Pre fill google contact add form from url query field

I want to add a feature in admin panel, in which when admin click on phone number, it will redirect to google contact add url and I will pass customer data in query URL. This query data will ...
Dishant Dave's user avatar
0 votes
0 answers
24 views

Delete local contacts on Android, by date when them was downloaded (syncronized) from Google Contacts?

I researched a lot but I could not find a way to delete contacts based on the date them was downloaded from Google Contacts Cloud. The idea is to delete massively contacts that are behind of some ...
Victor Rayan's user avatar
0 votes
0 answers
23 views

Import contacts from csv-file [duplicate]

I'm new to Apps Script. Can a script be written to import contacts from a CSV file to Google Contacts? I have many such files, so I want to automatize the process. I found in old records on this forum ...
APIC Michelet's user avatar
0 votes
0 answers
168 views

Number of items in array of contacts from People.People.Connections.list() doesn't match totalItems, doesn't contain all contacts [duplicate]

I'm working Google Apps Script. I can obtain all of my Google Contacts using the People API method People.People.Connections.list(). The response body contains an array of People called Connections, ...
Robert M.'s user avatar
  • 603
1 vote
1 answer
1k views

Create Google Contact

My goal is to register, on a Google Account, all phone numbers that I save on my php based CRM. I've checked on Google APIs documentation but I've not understood which API I have to use. I can use PHP ...
Storm's user avatar
  • 73
0 votes
1 answer
59 views

How to set oauthscope to use Google Contact API in Google Spreadsheet custom function?

I'm trying to create a very simple custom function for google spreadsheet to get the full name of a person from the email using the Google Contact API. /** * Get the Full Name from the email. * @...
ripleyXLR8's user avatar
1 vote
0 answers
99 views

Google Create/Update contact send webhook to my system

I want to register to Google contact to get triggered to my webhook whenever google contact is deleted or updated or created. Can you please help with required documentation? I have seen Zapier is ...
Ayesha Kulsum S J's user avatar
1 vote
0 answers
72 views

I need to import a list of last and first names from contacts into google sheets

I'm pretty new at google app script, I've found the following script that will get me a list of contacts but it includes "other contacts" and I want to only grab the group "My Contacts&...
horsefish's user avatar
0 votes
1 answer
78 views

Non-existent param "Fingerprint" in google contactsGroup api

I'm trying to update the label in google contacts using the method from the docs https://developers.google.com/people/api/rest/v1/contactGroups/update Got a response { "error": { "...
Sergey Kozlovskiy's user avatar
2 votes
1 answer
227 views

Update google contact getting error Request must set person.etag or person.metadata.sources.etag for the source that is being updated

enter image description here When google contact update using Api getting error Request must set "person.etag" or "person.metadata.sources.etag" for the source that is being ...
OneClapp OneClapp's user avatar

15 30 50 per page
1
2 3 4 5
72