Google Contacts API allows client applications to view and update a user's contacts.
0
votes
0answers
10 views
google contacts: correct way to get multiple images
We have application that gets the list of user's Google Contacts. We use Zend Framework and build-in GData to achieve this. We wanted to add support also for images in contacts, but faced the ...
0
votes
1answer
40 views
How do you add custom fields and website fields in the new Directory API?
In the Profiles Data API you could add custom fields via gContact:userDefinedField. You can also create website links (via gContact:website) which would display as clickable links in the Contacts Web ...
0
votes
1answer
32 views
Issue with Google Contacts API
I'm running an issue with gwt-oauth and Google contacts API.
I use gwt-oauth to login and everything works fine.
While running the RPC for retrieving the contacts I get
WARNING: Authentication ...
0
votes
1answer
70 views
NoSuchMethodError : google common ImmutableSet.copyOf(..)
I upgraded my Google app Engine app from 1.7. to 1.8. + Java 7 and i leveled up all API libraries to be up-to-date. I am getting strange exceptions during app inicialization in GAE container :
...
4
votes
1answer
142 views
No Authentication Header Found
We are using Google Contacts API for past few years. Everything seems to be working fine until today..Suddenly all the Contacts API started throwing error "No Authentication Header Found" inspite of ...
0
votes
1answer
25 views
How can I access the Google Contact 'File As' field programmatically via the API?
I desperately need to access this field in order to develop a Google Contacts sync tool that predominately utilizes the company name as the NAME or FILE AS field, NOT First/Last.
I see it in the XML ...
-1
votes
2answers
112 views
Google Contacts v3 API & OAuth v2, in Java
For the last few days i've been trying to get a list of google contacts using the above APIs.
Needles to say, unsuccessfully.
Google documentation (which is a total mess if i may say) has not been ...
0
votes
0answers
60 views
Can I retrieve the “most contacted” or “other contacts” group names using the Google contacts API?
http://support.google.com/mail/answer/97952?hl=en
I have been using the Google contacts API version 3 to retrieve the contacts and contact groups. I have also been able to pull the systemgroups "My ...
0
votes
1answer
29 views
Google Contacts Tasks Calendar API Cost
I know the Google Maps API charges sites that use the Maps API heavily.
I can't find similar information on charges for Tasks, Calendars, and Contacts. Are there such limits or are these totally ...
0
votes
0answers
72 views
Google contacts API for objective-c [closed]
I've been searching for the google API to fetch gmail contacts into my app and found this which is the new API for doing just that (obviously I don't want to use the deprecated Gdata class). The ...
4
votes
0answers
78 views
Google Contacts API Failure - Server Down? [closed]
All of a sudden I've found my Google contacts-integrated web app failing to make straightforward calls to the server.
I haven't changed a stitch of oAuth code in months but all of a sudden I can't ...
0
votes
0answers
46 views
Service unavailable: ContactsApp
For 2 days I have not been able to access ContactsApp. Running by file, script, trigger, doesn't matter, can't get in.
Even this:
function accessContactsApp() {
var ...
0
votes
0answers
37 views
Import vCard or CSV to Google contacts via Google Contacts API version 3.0
Is there a way to import a vcard or csv file to Google Contacts?
Well, using the Java Api (https://developers.google.com/google-apps/contacts/v3/) i can add single contact, but a whole file?
The GUI ...
1
vote
0answers
94 views
How to use OAuth2.0 access token to retrieve gmail contact list
I use the following code to obtain access token for my application in Python.
CLIENT_SECRETS = 'client_secrets.json'
MISSING_CLIENT_SECRETS_MESSAGE = "Missing Client Secrets"
FLOW = ...
0
votes
0answers
10 views
google contacts api gd:resourceId is missing?
I am trying to use gd:resourceId but it's not working for me
I am using a POST including
<gd:resourceId>9749638</gd:resourceId>
as described here ...
1
vote
1answer
69 views
Get Google+ ID from Google Contacts
I'm pulling a user's contacts email addresses and names using the Google Contacts API.
Is there a way to get those people's Google+ IDs as well?
0
votes
0answers
29 views
How to customize Google Contacts page
I'll start off with a disclaimer, if its not possible to add a "button" to the google contact page, then this question is invalid.
I've looked through everything I can find on this subject area and I ...
0
votes
0answers
38 views
Using Java client Library for Google Shared Contact api
i searched about the tutorial how to use gdata library for getting shared contacts in a domain.i found the link https://developers.google.com/google-apps/help/libraries-samples for javaclient but how ...
1
vote
0answers
53 views
UnExpected 401 error when try to get shared contacts
i am building a Google app engine java app and need to retrieve list of Shared contacts for the domain.i first try to implement Google Authsub for authentication i write code
...
0
votes
1answer
39 views
Is it possible to use OAuth2.0 for Google Domain Shared Contacts API
i have to create an app for Google Domain Shared Contacts API (https://developers.google.com/google-apps/domain-shared-contacts/#authsub). there are only two methods for Authentication are specified
...
0
votes
1answer
227 views
Google API Contacts v.3, PHP: add a contact to the group
I successfully managed to create a new contact with cURL, but when I want to add group membership for this contact, I get 400 error. I've read this docs
and made the same request, but it didn't work.
...
5
votes
3answers
140 views
accessing google contacts with google api javascript client - how?
I am implementing a client side only webapp based on the google api javascript library. Unfortunately, this library doesn't support contacts. Or does it? Is it an undocumented feature? If not, is ...
0
votes
0answers
39 views
How to create Google Contact using Google API
I am trying to create Google Contact using Google Contacts API.
According to Google doc(as below), I have already implement the create function.
Google Docs Creating contacts
To create a new ...
0
votes
0answers
7 views
How to set contacts name in through GoogleContactsApi
I'm trying to create contacts on Google-Contacts through the API v3.
Emails and phones are being persisted correctly. But the name remains blank.
This is the code I use: ...
1
vote
2answers
39 views
Fetch Contacts from google
I used google api to fetch contacts of google account. The code that I used is http://code.google.com/p/google-api-php-client/source/browse/trunk/examples/contacts/simple.php
But when I run the code ...
0
votes
0answers
36 views
How to add contact using Google Contact API and PHP
Can anyone point me to a working example of creating a contact using the following API in PHP?
Contacts API v3
Any help is greatly appreciated.
0
votes
2answers
66 views
Limit visibility to Google Domain Shared Contacts
Is it possible to limit the visibility of google domain shared contacts?
Assuming that my organization structure has: A report to B reports to C.
If A adds a new shared contact is visible for ...
0
votes
1answer
62 views
Saving import gmail contacts using delay job
I am importing gmail contacts, some users had huge number of contacts its taking long time to save in database. How to use in delay job to run in background asynchronously.
I am using delay_job gem
...
0
votes
1answer
100 views
How to import gmail contacts with mail address only without password in omnicontacts
I would like to import the gmail contacts by only with email address not pwd.
Is there any chance in google api something like facebook graph api to providing feeds
without user pwd and only with fb ...
0
votes
0answers
30 views
Google Contacts: best way
I'm currently developing a web app (PHP/MySQL), containing about 6000 contacts.
I want to sync those contacts with Google Contacts:
if one contact is inserted/deleted/modified in my apps, it's the ...
0
votes
1answer
69 views
Updating Google Contacts via API shows success in response yet creates duplicate records
I'm coming across this strange behavior where when utilizing the batch processing requests for UPDATING existing contacts in Google Contacts, I'm finding despite coming back as a success, it creates ...
1
vote
2answers
82 views
How to create the contact of the sender automatically when the mail is received using Google Apps Script
I have signed up with Google Apps, I am using a third party SMTP Server to send the emails from the web app, Emails are reaching inbox for all the email clients (yahoo, gmail, hotmail...)
But Emails ...
1
vote
2answers
210 views
Authorization for Contacts API across domain access using Google Apps Script
I am working in a Google Apps Script web app using Contacts API v3, to access all user's contacts within the domain.
I have no problems so far with Contacts API requests, but I have no idea yet on ...
0
votes
1answer
39 views
Accessing a user's contacts with super administrator's OAuth token
I know if a super administrator grants access to an application, that application (using OAuth) can access any user's (with that domain) calendar.
Does the same apply to a user's contacts (not shared ...
0
votes
1answer
67 views
How to get Google Contacts Image link Using Gdata python
How to get Google Contacts Image link Using Gdata python client.
I tried gd_client.GetPhoto(contact_entry), its allows to download the contacts images locally.
But i don't want to save images ...
0
votes
0answers
85 views
Google contacts api get list of contacts sorted by relevance
I'd hope it has any solution.
I managed to get user's contacts with email and all information, but I also would like to sort these contacts by relevance for that user. I mean on the top of list I can ...
0
votes
0answers
103 views
Request Google Contacts After Successful Omniauth Authentication Rails
I am having trouble figuring out how to make a request to the Google Contacts API after a successful authentication.
provider :google_oauth2, "key", "secret", :scope => ...
0
votes
0answers
212 views
How to import Google contacts in ASP.NET MVC (no third party please)
I have Used a API for importing the contacts of GMail. The code is something like this:
public static DataTable GetGmailContacts(string App_Name, string Uname, string UPassword)
{
...
0
votes
0answers
124 views
Open yahoo login page in specific locale
I am integrating yahoo login with my application to retrieve contact list from my yahoo account. Everything is working fine.
But could some one help me on how to display the login page in a specific ...
0
votes
0answers
99 views
Batch insert/update Google Contacts with Zend GData
I have a script to export customers to Google Contacts, but I don't like how it works. It runs through the whole DB each time, checks for new or updated customers and inserts/updates entries to Google ...
0
votes
0answers
75 views
getAuthToken with Google Contacts
I have been reading about oauth2 and the AccountManager in Android and I feel a bit lost and need some help to understand the concepts. I basically want to write a simple Android app that reads all ...
0
votes
0answers
20 views
Can't get name from connected profiles (contacts) with ContactsApp [duplicate]
Possible Duplicate:
ContactsApp getFullName() returns nothing from contacts added from Directory
Problem: I can't properly access contact information in Google Contacts unless I edit, ...
0
votes
1answer
80 views
ContactsApp getFullName() returns nothing from contacts added from Directory
I have Google Directory that I want to share contacts and their information within my domain
I go to domain user's google contacts and add all the directory contacts into "My Contacts"
Problem: I ...
0
votes
1answer
165 views
Google Contacts API not returning contacts with a directory profile
I am trying to search through "my contacts" on my google account. The account belongs to a Google for Business domain. I have already managed to retrieve all contacts which works by querying to the ...
0
votes
1answer
215 views
Google Plus and Google Contacts with Python
My problem is the following:
I want to obtain information from my Google Contacts using the Google Plus API.
I already have a working implementation of Google+ using Python. So if I know a certain ...
0
votes
0answers
25 views
Synchronising two accounts using Google Contacts
I am new to Google API's so go easy on me.
I am writing an application that will (hopefully) add/edit/remove contacts from one account and then add them to the other.
I have the adding done but for ...
0
votes
0answers
69 views
google contacts api
I want some examples to learn how to import google contacts to website. I tried it by passing the contacts as XML, but it failed:
Error in importing google contacts
0
votes
2answers
240 views
Google Contacts, Google Drive on Google App Engine 1.7.5 JAVA
using
gdata-contacts-3.0.jar,
google-api-services-drive-v2-rev43-1.12.0-beta.jar,
guava-13.0.1.jar
Google Drive works but not Google Contacts. (i tried all kinds of solutions but never got both ...
0
votes
1answer
251 views
Access Google Contact API with PHP Codeigniter
Are there any posts/tutorials about accessing Google Contact API with CodeIgniter framework?
I have googled it a lot found just one post which using Zend Libraries with Codeigniter.
Went through some ...
0
votes
1answer
67 views
What is the storage quota for Google Contacts?
Today I faced with following error - "Storage quota exceed", while creating new contact. I using Google Contacts API v3.0.
I didn't find any notes about "Storage quota" or API limits at contact docs - ...


