google-people-api Questions

3

Solved

Background For an app I'm working on, which uses People API using credentials (user login). Once the user gives the credentials, I can access various Google APIs, such as People API. An example is ...
Parous asked 12/5, 2021 at 9:3

1

Solved

I am developing a corporate application in which we use the People API Directory APi, however, I always need to auto-check from a specific user, since I cannot receive data using a service account....
Oblivion asked 15/12, 2020 at 5:59

2

Solved

I'm using the Google People API to access my contacts. I activated it in the Google Developers Console and created a project, a service account (ending with ....iam.gserviceaccount.com) and a key ...

1

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 * ...
Yusem asked 3/5, 2021 at 14:34

1

Solved

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 co...
Sheng asked 4/5, 2021 at 15:3

2

I've been some hours trying to do this, but i can't never get the data i'm trying to get. Do i need to do the request other way or something? there's my code: doGoogleLogin(){ return new Promise...
Hoashis asked 5/6, 2020 at 11:56

2

Solved

I'm having a problem with the 2 APIs above. Given the next scenario: I have 2 different google accounts. One that doesn't use Google+ and a second account that uses Google+ When using Contacts AP...

0

Google has its "Find my Device" service allowing you to find your phone, make it ring (even when silenced), remotely wipe it, etc. by entering here: https://myaccount.google.com/find-your-phone Wh...
Delphadelphi asked 16/7, 2019 at 12:44

2

I am connecting Google People API to the Android app following this manual: http://blog.iamsuleiman.com/people-api-android-tutorial-1/ I am using the following code to sign in: GoogleSignInOption...
Houphouetboigny asked 2/7, 2017 at 11:10

3

this is my first question in stackoverflow. I have a problem with Google People API when I'm trying to get user birthday year. Here's the log from my logcat. D/FitPartners: {"date":{"day":20,"mont...
Boner asked 1/10, 2016 at 9:38

1

Solved

I'm using the Google People API to get user account info (only for the user who authorized via gmail sign in using the Gmail API) from a Node JS client. I want to make sure that the people.get meth...
Obau asked 27/12, 2018 at 0:24

2

Solved

I am trying to get the birthday from the Google API, but the retrieved data in HWIOAuthBundle do not contain it. I am wondering if the specified scope for google plus api in config.yml is correct ...
Polacre asked 27/5, 2014 at 18:24

4

I'm trying to programmatically access the list of contacts on my own personal Google Account using the Python Client Library This is a script that will run on a server without user input, so I hav...
Hanselka asked 31/7, 2016 at 2:25

3

I am trying to use the Google People API to add and update my Google contacts. I have set up the API almost verbatim with the example code given in Google's documentation (https://developers.google...
Kowalewski asked 25/8, 2017 at 5:3

1

Solved

In Google's People API, is it possible to access/change contact's notes? Person definition When a contact is created https://contacts.google.com/, it is possible to set the field "Notes", that's w...
Hemimorphite asked 28/12, 2017 at 11:55

1

Solved

Based on the documentation of Google People API I am using profile scope - https://www.googleapis.com/auth/user.phonenumbers.read and PersonFields=phoneNumbers to read the authenticated user's phon...
Bottom asked 10/10, 2017 at 8:19

4

Solved

I'm attempting to make a request for the profile information of a user logged in via Google OAuth. My request is formed properly, I log in successfully, but when I attempt to make the following req...
Arlon asked 10/5, 2017 at 19:58

0

I am using google people API.For that I am using java client library. I can do list,add,update,get contacts,But I can't search the contact by using people API.For example If I want to fetch the con...
Dollfuss asked 6/9, 2017 at 10:10

5

Solved

I want to retrieve my contacts names, email address and phone numbers using the Google People API and I'm using their Try it! tool to test the API. The names are being retrieved but not the emails...
Mcmillon asked 7/4, 2016 at 3:10

1

Solved

I want to implement Google Oauth2 on my project. My main goals are accessing the google-people API in order to display profile information, and google drive. Because I'm new with this, I activated...
Thisbee asked 3/8, 2017 at 16:42

1

I would like to fetch all the google private connections of a user signed in from my app. I've enabled the Google People and the Google Plus API's. I set up the credentials API key, client id &...

1

Solved

Does google people api support the ability to query? Currently, the older api contact google api allows you to use a query parameter "q" to do a simple text search. Was wondering if people api supp...
Rato asked 24/1, 2017 at 22:49

0

So, I'm using the Google API to fetch people's profile picture using their user_id. The Google API returns a JSON like following: { image: { url: "https://lh5.googleusercontent.com/OGjgCn9fCPk/A...

1

I've used up my way. I followed the tutorial(part 1 and 2) to use Google People API in my android project. It always hit an error saying parameter code is missing in the signed apk, and stucked at ...
Mediterranean asked 27/10, 2016 at 7:17

1

Google People API, unlike Google Plus API doesn't provide an unique id for each Person resource in the response. Why has this been deprecated/removed and how to uniquely identify a Person in an us...
Woodwind asked 21/9, 2016 at 5:47

© 2022 - 2024 — McMap. All rights reserved.