Questions tagged [google-contacts-api]

The Google Contact API allows users to programmatically interact with the Google Contacts application, which is a web based contact management application by Google. Use this tag for programming questions related to using the Google Contacts API. General computing questions about using the Google Contacts web application is off topic for Stack Overflow.

Google contacts is a web application which allows users to save their contats. This data can be shared across a users devices. For questions related to the Web application please post on Web apps stack exchange as all Google contact related questions will likely be non programming related and there for off topic for Stack Overflow

Google Contacts API

The Google Contacts API allows client applications to view and update a user's contacts. Contacts are stored in the user's Google Account; most Google services have access to the contact list.

Your client application can use the Google Contacts API to create new contacts, edit or delete existing contacts, and query for contacts that match particular criteria

For questions related to the Google contacts api please use googlecontactsapi tag.

1100 questions
-1
votes
1 answer

Is it possible to access and create external G Suite domain contacts using People API?

I know it's possible to do it with Google Domain Shared Contacts API. What about People API?
-1
votes
1 answer

Is there anybody who can halp with this android error ? dlopen failed: cannot locate symbol "bsd_signal" referenced by

I started developing my first game ever with unreal engine 4, 6 months ago. I tested my game on four devices. OnePlus 5T, Samsung S9 and two low-end huawei. For every test app didn't crash. Until now. 1.7 I released my game on google play…
-1
votes
2 answers

Saving contact in device as well as google

I want to save contacts in the device and Google both. Contact get added in device and Google both, but when I delete it from the device, its get deleted from Google also.
aditi
  • 21
  • 7
-1
votes
1 answer

Using ContactsApp from a Google spreadsheet

Overview: When I call ContactsApp.getContact() in a GoogleAppsScript function, the function works fine when run from the Script Editor. However, when I try to use my function from a Google Spreadsheet, I get a permission error. How can I resolve…
-1
votes
1 answer

Google nearby Api shutdown

I am working on creating a proximity platform for my clients. Where clients receive push notifications on their mobiles. I hear that Google is shutting down their google nearby api. I was also told that google connections & messages perform the same…
-1
votes
1 answer

Create Contacts with Google API exception - Write Access denied

I am trying to create google contacts using Google API in ASP .NET Core (c#). But, it is raising an exception something like: write access to gmail denied. I am using https://www.google.com/m8/feeds/contacts/ to get/post. Can't find where i am…
Umesh
  • 1
  • 1
-1
votes
1 answer

Got "Insufficient Permission" in Google Contact CardDav Synchronization

I would like to implement google carddav synchronization. I have already implemented google caldav synchronization with OAuth2.0. But When I am going to sync with Google CardDav, I got "Insufficient Permission." Are there any expert google developer…
Alex
  • 1
  • 1
-1
votes
1 answer

No 'Access-Control-Allow-Origin' header is present on the requested resource. (google contacts api)

I am trying to get photo of google contact. from api guide found this: https://www.google.com/m8/feeds/photos/media/{userEmail}/{contactId} my code: `$.get("https://www.google.com/m8/feeds/photos/media/default/54b8abe0f52ad02?access_token=" +…
Abdul Wahed
  • 317
  • 3
  • 12
-1
votes
1 answer

Google Script - Form - live update for a text field

My client has a huge list of contacts. I created a form with a scrolling list, in order to select a contact. The issue is that the scrolling list is too long. Is there a way (and if so, how?) for my client to start typing the first letters of a…
-1
votes
1 answer

If new contact get address, subject, message

I need a program for google script that tells me if I have an email address in my contacts or not. I get many emails from vendors each day and many of them are completely new contacts. I need a program that makes a list of only the new contacts so…
-1
votes
1 answer

Adding a new contact as Google contact and not on local device

I have an app that can save new contacts on the device, but I want to be able to save the contact on Google contacts, if the user chooses so, or if these are the default settings. Does someone know how to do it? (I can't find anything on the…
MorZa
  • 2,215
  • 18
  • 33
-1
votes
1 answer

Get Google contact list via usernam and password

I had read google tutorial about getting the contact list via google contact api v3 but it requires to create an account on https://console.developers.google.com because google want to authenticate users when they use their api. I see this way make…
kairen
  • 176
  • 10
-1
votes
1 answer

Is the contacts API dead?

Does the contacts API still work for anyone? A while back I started getting 403 errors from the API. I run my backup script once a week. Every user that I can't back up, I retry every hour until the next week. Over the span of the week I will end up…
-1
votes
1 answer

CakePHP GmailOath Retrieve Contacts

below link is GmailOauth that I used for CakePHP but nowadays whenever there is new project, the generated Client ID and Client Secret no longer work like before. Any part that I need to modify…
Eric T
  • 1,026
  • 3
  • 20
  • 42
-2
votes
1 answer

Android Studio persistently running after installation

I had installed android studio but after installing it is showing Android studio is currently running please exit the application and press ok to continue. If anyone knows how to resolve this issue please help. Thank you
1 2 3
73
74