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
6
votes
1 answer

Option to get the contact entries updated after a specific time NOT given in Google People API

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 contact entries updated after a specific time using…
Ranjani
  • 1,015
  • 1
  • 9
  • 15
6
votes
1 answer

Any way to bypass Etag check in People API?

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 * can be used to bypass this verification and process…
Ranjani
  • 1,015
  • 1
  • 9
  • 15
6
votes
7 answers

Generating an inline-image with java gwt

I'm trying to write an inline-image using Java GWT. The image however does not display:
JochenJung
  • 7,183
  • 12
  • 64
  • 113
6
votes
5 answers

Google Drive API - We're sorry...... but your computer or network may be sending automated queries

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 published by the Google Oauth Verification Team, but we are…
Luciano Junior
  • 161
  • 1
  • 6
6
votes
2 answers

Add to Contacts like Add to Calendar button/ html/ Ajax option

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 started investigating Google Contacts, as I use that. I…
Craig Lambie
  • 2,888
  • 2
  • 14
  • 17
6
votes
1 answer

Retrieving information about a contact with Google People API (Java)

I am using an example of recently released Google's People API from here. I have extended a sample a bit to display additional information about the contact such as an email address and a phone number. The code that should do the job is presented…
foma
  • 457
  • 1
  • 7
  • 22
6
votes
1 answer

How can i import contacts from gmail using google-api-javascript-client or "Contacts API version 3.0"?

I was used 2.0 version of Contacts API with Gdata library to import customer gmail information. This version not supported anymore and I try to move to V3 but I see the Gdata not supported with v3 and I spend dayes try to modify current code to…
6
votes
1 answer

Get google plus user friends

In the Google+ API there is a method to search for public friends. However, I do not see a way to get user friends. Is there any way to get the Google+ user's friends?
iArezki
  • 1,273
  • 2
  • 17
  • 29
5
votes
2 answers

Google Contacts API: Unauthorized 401 Unknown authorization header

I have carefully read Google Contacts API documentation, but I can't get PUT requests (i.e. updates) right. I'm using Ruby on Rails 3.2 with OAuth gem (v0.4.5). I fetch tokens with Omniauth and the scope is defined as…
5
votes
0 answers

Google smart lock across multiple apps not work

we are trying to enable automatic sign-in across apps and websites in our app according to the doc Currently, we have done Added the content related to our app to the Digital Assets Link JSON file Added asset_statemenets to the manifest file Added…
Garry
  • 193
  • 1
  • 5
5
votes
2 answers

How to get an access token using a refresh token in Java?

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 , CLIENT_SECRET AND REFRESH_TOKEN with me . But the…
Santhosh
  • 335
  • 1
  • 4
  • 23
5
votes
1 answer

Saving HTTP requests from Chrome's DevTools

I'm currently working on my Bachelor's Degree paper and I want to create an environment for software testing. I found that the requests shown in the Network tab of Chrome's Developer tools would be very helpful for what I'm trying to develop. So I…
Alexis
  • 51
  • 1
  • 2
5
votes
1 answer

Fetch Gmail contacts in php

I want to get email ids which are associated to given gmail account. This should be done at local server, I am using xampp server on Windows 7. I am using below link to get gmail…
Amit Joshi
  • 456
  • 1
  • 8
  • 21
5
votes
2 answers

Are there any non-Zend Google Contacts library for PHP?

I need that because i'm already using the Agavi framework and things will get messy if i tried integrating Zend too. Is there an equivalent of facebook-php sdk for Google Contacts?
Karthick
  • 4,456
  • 7
  • 28
  • 34
5
votes
2 answers

People API of google versus contacts API

While trying to fetch contacts using google account of user , I am facing some issues after using people API.It only returns few email addresses out of all listed ones.Access token and all scopes have been set correctly. Code for following : People…
1 2
3
73 74