The google-shared-contacts tag has no wiki summary.
4
votes
1answer
128 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 ...
0
votes
0answers
71 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
1answer
27 views
Contact creation error using python-gdata API
I have a question regarding contact creation using the python Google data API.
I am trying the example for contact creation with python, exactly like it is in the documentation page ...
0
votes
0answers
48 views
Google Contacts API: find out which address (of multiple) belongs to a contact group
If you have multiple addresses saved for a contact, you can choose which address should belong to the contact group by opening the contact and clicking the small arrow next to the group you'd like to ...
0
votes
0answers
23 views
Crete shared contacts
In my project i want to share google contacts .I am doing like this Is it correct or not any one tell me please check my code
GoogleOAuthParameters objParametersPro = new GoogleOAuthParameters();
...
0
votes
0answers
49 views
What is the quota limit for calling the Google Contacts v3 API? [closed]
As the title says, I want to know that is the quota limit for the Google Contacts API v3 ?
0
votes
0answers
103 views
Google Contacts API Using .NET - Retrieving User Information
How can I retrieve a non primary email address and non primary phone number?
When creating a contact, I can set the contacts work email like this.
newEntry.Emails.Add(new EMail()
{
...
1
vote
1answer
107 views
Google Contact API v3 - Can't create name/title when creating contacts
I'm using Google Contacts API v3 docs, OAuth Playground 2.0.
I'm able to pull all contacts via a get request. I can use POST to create a new contact but can't seem to populate the name fields, among ...
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
598 views
Google API: show online contacts for Google Talk/Chat and Google Hangout
I might have overlooked this, but I'd like to implement Google Talk and Google Hangout on my site and I'm looking for some kind of (official, preferably PHP) API call that retrieves the online/offline ...
0
votes
1answer
68 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 ...
0
votes
1answer
163 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 ...
-2
votes
1answer
72 views
Exception when getting a feed: The prefix “atom” for element “atom:cc” is not bound
Today I have been getting this exception when requesting recently updated records.
Has the feed changed? Something is breaking the parser.
There is this older discussion so I may have to do some ...
1
vote
1answer
76 views
Possible to create/update contacts in JSON format?
We can retrieve contacts in JSON with the v3 Contacts API -- but can we create or update them in JSON, or do we have to convert to atom format (PITA)?
0
votes
1answer
130 views
Google Contacts API Explorer?
Ive been implementing a google contacts importer for our website and was looking for a way to test out the API calls so I can see the flow and what they return. There is a google api explorer but ...
0
votes
1answer
129 views
Google Contacts API 404 photo upload
Using the Contact API v3 I had a working implementation for uploading a photo to an existing contact.
Since a couple of weeks this fails with 404. The implementation has not been changed when the API ...
1
vote
1answer
305 views
Google shared contact API
I am looking for Googoe Shared conatact API ruby gem.
Is there any good ruby gem for Google Shared Contacts API?