Questions tagged [google-shared-contacts]

The [Google domain shared contacts API][1] allows client applications to retrieve and update external contacts that are shared to all users in a Google Apps domain.

The Google domain shared contacts API allows client applications to retrieve and update external contacts that are shared to all users in a Google Apps domain. Shared contacts are visible to all users of an Apps domain and all Google services have access to the contact list. To retrieve and update Google Apps domain users contact information, use the Directory API instead.

(copied from the Google documentation under the creative commons attribution license)

64 questions
0
votes
1 answer

Google Contacts API - Invisible shared domain contact

I'm trying to create shared contact with google contacts api v3. Now i'm in situation, when i logged in with service account to company domain (https://www.google.com/m8/feeds/contacts/domain.ltd/full). I successfully create new account. But this…
0
votes
1 answer

PowerShell/.Net - Google API Contacts Modification : PUT Request 401 Unauthorized

I'm trying to modify Contacts in Gmail account, using the .Net API, and Loading it in powershell. I'm following the steps described here (Updating contacts, Doh !) To update a contact, first retrieve the contact entry, modify the data and send an…
0
votes
1 answer

Google Contacts API - Delete Contact (400 Error)

I have been able to successfully, Add, Modify, but cannot delete a contact. This is my request, but I continue to receive this error, and i'm not sure the issue, it has to be with my 'content', but i'm not sure what is missing. Any light shed upon…
Justin
  • 2,502
  • 7
  • 42
  • 77
0
votes
1 answer

google api v3 query google contacts .NET

I am trying to build a C# application that queries my google contacts,and prints them to console. The email address is :bhmi12@gmail.com excellent is the name of the google app. I have two problems: The First Problem every time i run the app i have…
TheYellowKing
  • 115
  • 1
  • 1
  • 9
0
votes
2 answers

Conflict 409 error when creating a Google Shared Contact using API

I'm continually getting a HTTP 409 "Conflict" error when attempting to add a new Google Shared Contact using the API. I've followed the documentation as closely as possible and have defined the new entry as so:
0
votes
0 answers

C# program technique to write out a Google feed/contact entry

I am trying look at the whole feed for one Google Contact being pulled down from Google via the Google API. It takes hours sometimes to explore and look to see if/where there is an additional item in the feed. I would like to be able to just dump…
0
votes
1 answer

Google Contacts API>'Parse Error' when updating contacts

I started to receive the following error a couple of weeks ago while creating or updating contacts, using Google Contacts API, authenticating using ClientLogin, coding using Delphi with Indy HTTP stack. The application used to work perfectly before…
0
votes
1 answer

Google Contacts API v3 does not return system groups

I found that Google Contacts API v3 does not return system groups when I fetch feed of all contacts: https://www.google.com/m8/feeds/contacts/default/full But if I supply v2 via GET…
0
votes
1 answer

Get phone number label using Google Contacts API and .Net

I'm trying to retrieve phone numbers with respective labels from Google with the following code. RequestSettings settings = new RequestSettings("myapp", username, password){ …
Oscar
  • 13,594
  • 8
  • 47
  • 75
0
votes
2 answers

Google CardDAV API addressbook-multiget returns 400 Bad Request

I'm trying to retrieve all contacts from Google Contacts via Google's CardDAV API. According to the CardDAV Developer's Guide, this should be done via sending a addressbook-multiget REPORT. Which, according to RFC 6352, should look like…
jansokoly
  • 1,994
  • 2
  • 18
  • 25
0
votes
1 answer

Token Response Exception after 2-3 min in retriving Google Contacts of user

I am getting Token Response Exception after 1-2 min continuously. After 2-3 min contacts coming and then after 2-3 min again token exception is coming. Below is the Exception com.google.api.client.auth.oauth2.TokenResponseException: 403 OK
RBP
  • 481
  • 1
  • 9
  • 29
0
votes
0 answers

how to access google contacts using oauth in java

Previously i can access google contacts using consumer key and consumer secret. GoogleOAuthParameters objParametersPro = new GoogleOAuthParameters(); ContactsService contactService = new…
RBP
  • 481
  • 1
  • 9
  • 29
0
votes
1 answer

How to retrieve google contact groups using url.?

I am retrieving contacts groups of users. I have to show groups by pagination. So i am doing like this, URL feedUrl1 = new URL("https://www.google.com/m8/feeds/groups/"+userEmail+ …
0
votes
1 answer

gdata AttributeError: 'ContactEntry' object has no attribute 'name'

Using GData Python libraries, version 2.0.18 Attempting to retrieve contact list using the Service approach (not Client like the sample app). It appears that the return is mapped to a ContactEntry (good), but it gives error when I try to access the…
0
votes
1 answer

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…
Pa_
  • 641
  • 1
  • 5
  • 17