google-contacts-api Questions

5

Solved

We have a Google Drive Oauth2 App integration. We are using Google Drive API export and get endpoints in order to read data from our customers within their Google Drive Folder. Our app was publishe...
Resplendence asked 18/2, 2020 at 15:19

1

Google Contacts allows us to bypass Etag verification by passing * instead of the contact's current Etag for Edit/Delete requests. Google Contacts API documentation Note: The special Etag value * ...
Yusem asked 3/5, 2021 at 14:34

1

Solved

We use Google Contacts API to get contact entries that are updated after a specific time to keep an updated copy of the contacts on our end. In Google Contacts API, there is an option to get the co...
Sheng asked 4/5, 2021 at 15:3

4

Ive released a new app on the play store yesterday and it was published. However when I try to download and install it shows this error: can't install app X try again, and it still doesn't work, se...
Purree asked 24/10, 2019 at 12:16

2

Solved

I'm having a problem with the 2 APIs above. Given the next scenario: I have 2 different google accounts. One that doesn't use Google+ and a second account that uses Google+ When using Contacts AP...

2

I am currently implementing Contact Application using Google Contact API in Java. I have completed steps of authorization and obtained an access token and a refresh token. Now I have the CLIENT_ID...
Fisherman asked 18/6, 2018 at 6:33

0

Google has its "Find my Device" service allowing you to find your phone, make it ring (even when silenced), remotely wipe it, etc. by entering here: https://myaccount.google.com/find-your-phone Wh...
Delphadelphi asked 16/7, 2019 at 12:44

2

Solved

I would like to develop a "Add to contacts" button for a webpage, much like the "add to calendar - Google, ICal, Outlook" type buttons that you see on webinar and event pages like this one. I star...
Caponize asked 30/10, 2018 at 16:42

3

Solved

I need get list of contacts/phones from google buisness directory listing. I have tried Google Contacts api, it work ok for all contacts under "My Contacts", but not allow show "Directory" contact...

1

I have a use case where I need to retrieve the initiator from the Chrome Network tab. This works fine, except for the following case: The iframe is HTTPS; The enclosing page is HTTP; The page was...

0

I am trying to fetch Google Calendar events and Google Contacts to my Swift (iOS) application. I am able to login successfully to Google sign-in and able to fetching the Calendar events too. But, w...
Bursar asked 31/7, 2018 at 13:38

3

In Contact apps there's group like "iCloud", "yahoo", "gmail". In swift, is it possible to fetch contact from gmail source only?
Shutin asked 8/8, 2016 at 9:38

0

See: https://developers.google.com/speed/docs/insights/BlockingJS They are saying: External blocking scripts force the browser to wait for the JavaScript to be fetched, which may add one or mor...
Meeker asked 1/11, 2017 at 20:36

1

Solved

I am creating a new contact as described in Google Contacts API . Specifically, I do a POST to https://www.google.com/m8/feeds/contacts/default/full. The content that I POST is taken directly from ...
Vinavinaceous asked 6/6, 2017 at 17:28

1

I received this error when trying to authorize my app with my own account: Your project is trying to access scopes that need to go through the verification process. {invalid=https://www.googleapi...
Churchwell asked 12/5, 2017 at 2:23

0

I have a rails application and i am using omnicontacts gem to import contacts from yahoo, gmail, and outlook.Its working fine.But once i import contacts from any account say of gmail, and tries to ...

1

I'm trying to retrieve a Google user's contacts list. This getContacts() is called in the doInBackground() of an AsyncTask. I have -at this point- already received a token. I based my self on this ...
Halo asked 27/3, 2017 at 15:27

3

Solved

I'm working to use the Google API Client: https://github.com/google/google-api-ruby-client Specifically, I want to access Google Contacts via the Google API client using the following google_conta...

1

Google People API, unlike Google Plus API doesn't provide an unique id for each Person resource in the response. Why has this been deprecated/removed and how to uniquely identify a Person in an us...
Woodwind asked 21/9, 2016 at 5:47

2

Solved

I'm trying to call the contact picker, get the persons name, phone and e-mail into strings and send them to another activity using an intent. So far this works: Intent intent = new Intent(Intent.A...
Hydrosol asked 15/6, 2010 at 11:5

0

In this below image, google and yahoo could get their own CNContainer. Could we make our own CNContainer like gmail and yahoo in these screenshot? If i could, how to do this?
Kimbro asked 11/8, 2016 at 9:22

1

We have been getting the following error from today morning onwards while inserting the contacts through Google API from java. Please find the stack trace below Exception while adding contact in g...
Chromatolysis asked 2/8, 2016 at 5:47

3

Solved

Error which i am getting: com.google.api.client.googleapis.json.GoogleJsonResponseException: 401 Unauthorized { "code" : 401, "errors" : [ { "domain" : "global", "location" : "Authorization", ...
Zabrine asked 22/7, 2012 at 17:15

4

GMail has a handy-dandy window that lets you export all of your contacts as a CSV file. If you do this then look at your browser's history, you see that the URL used to initiate the download looks ...
Grimsby asked 19/1, 2012 at 14:40

3

Solved

I'm using the gdata Python library to do batched deletes of contacts, and I just get the "If-Match or If-None-Match header or entry etag attribute required" error. I think the problem started whe...
Redfaced asked 10/5, 2014 at 3:17

© 2022 - 2025 — McMap. All rights reserved.