Questions tagged [google-profiles-api]

There is no google profiles api please see Google people api.

44 questions
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
0 answers

How to integrate google plus login into my website using PHP

I want to integrate google plus log in into my website using php. For that I used -
Urvashi
  • 239
  • 2
  • 10
0
votes
1 answer

Access user accounts in a domain without administrator rights

I am making a very simple marketplace app using the new SDK (Oauth 2.0). One of the steps would be to automatically invite team members for a closed group so I would need access to team members (users in same domain) from the user that is starting…
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
3 answers

How can I get read-only access to the Google Apps Profiles API?

I have an application which wants to provide customization for users once they log in. Simple things like displaying a profile image and job title. This information is available in the Google Apps Profiles API, but the domain-admins are concerned…
Shawn D
  • 170
  • 1
  • 3
  • 12
0
votes
2 answers

Retrieve photo from Google Apps Profile API

I am trying to retrieve Google Apps Profile API photo using Google Apps Profile API but It keeps on prompting to authorize the request even after authorizing it. Here is the code which I have tried so far. function getPhoto(userName){ userName =…
Waqar Ahmad
  • 3,716
  • 1
  • 16
  • 27
0
votes
1 answer

Google Apps Script: How to edit Xml to send to profile API update

I'm trying to update a domain user with google scripts, I'm successfully retrieving the user through the Google Profile API, but then I need to call the update operation and I need to send the Xml with my modifications. I'm working with Xml Services…
Escobar5
  • 3,941
  • 8
  • 39
  • 62
0
votes
1 answer

Google Profile API user model (

I'm trying to create an AS3 based provisioning client, without php. Now i'm creating the user management part, whereby i receive all user information, from our domain, which is a success, but i stuck now at building the client side model for google…
0
votes
1 answer

Is http://schemas.google.com/g/2005#internal-extension broken in Google?

When creating a Google Contact PhoneNumber with a Rel value of http://schemas.google.com/g/2005#internal-extension Google throws an InvalidEntryException. The other types work. Is this broken in Google?
0
votes
2 answers

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 -…
Abliamit
  • 483
  • 1
  • 3
  • 13
0
votes
2 answers

Sync google contacts by group to a limited number of users

I am trying to build an open-source python code hosted at GAE to sync contacts by group to a limited number of users. In a web interface users will be able to pick their group and whom it will be synced with. I understand there is a lot of…
dinnouti
  • 1,707
  • 2
  • 15
  • 21
-3
votes
1 answer

How do I migrate from the Google Profiles and Provisioning API to the Admin SDK Directory API?

The Google Profiles API and Provisioning API are scheduled to be shut down on April 20, 2015 and I need to migrate my code to use the Admin SDK Directory API instead. How do I go about this migration?
-4
votes
1 answer

Why are requests to the Provisioning, Profiles, Reporting, Reporting Visualization, Admin Audit, Email Migration (v1), or Documents List API failing?

All of my calls to the following Google APIs have started failing: Provisioning Profiles Reporting Reporting Visualization Admin Audit Email Migration (v1) Documents List Has something changed?
-5
votes
0 answers

Why are all of my requests to the Google Profiles API failing with a 503 error?

All of my requests to the Google Profiles API are failing with a 503 HTTP response. Why am I getting this error?
Eric Koleda
  • 12,420
  • 1
  • 33
  • 51
1 2
3