Go to this link https://plus.google.com/me. The me
part of the URL will be replaced by your Google user ID (a.k.a Google account ID)
-
-
Save msafi/b1cb05bfab5b897c57e6 to your computer and use it in GitHub Desktop.
After Google+ has shut down. find your user ID here:
-
Go to https://developers.google.com/+/web/api/rest/latest/people/get
-
On the right-hand side in the Try this API section, in "userId" enter "me"
-
Press the Execute button
-
If not already logged in log in with your Google account
-
After a successful login, an HTTP 200 result is shown
-
Below an "id" entry is shown
The link shared above [https://developers.google.com/+/web/api/rest/latest/people/get] I'm getting a 404 error.
The link shared above [https://developers.google.com/+/web/api/rest/latest/people/get] I'm getting a 404 error.
- https://developers.google.com/people/api/rest/v1/people/get
- On the right-hand side in the try this Api section, in
resourceName
field enterme
- On the right-hand side in the try this Api section, in
personFields
field enternames
- Execute
id
will be in themetadata.source
resp obj
- https://developers.google.com/people/api/rest/v1/people/get
- On the right-hand side in the try this Api section, in
resourceName
field enterme
- On the right-hand side in the try this Api section, in
personFields
field enternames
- Execute
id
will be in themetadata.source
resp obj
when i typed me
or [email protected]
into resoureName
, i got error "resourceName does not match pattern: /^people/[^/]+$/"
- https://developers.google.com/people/api/rest/v1/people/get
- On the right-hand side in the try this Api section, in
resourceName
field enterme
- On the right-hand side in the try this Api section, in
personFields
field enternames
- Execute
id
will be in themetadata.source
resp objwhen i typed
me
or[email protected]
intoresoureName
, i got error "resourceName does not match pattern: /^people/[^/]+$/"
Oh, i fixed it.
just typing people/me instead of me
could you tell me how to delete URL which has been Created by Google User
because i need google user id
- https://developers.google.com/people/api/rest/v1/people/get
- On the right-hand side in the try this Api section, in
resourceName
field enterme
- On the right-hand side in the try this Api section, in
personFields
field enternames
- Execute
id
will be in themetadata.source
resp objwhen i typed
me
or[email protected]
intoresoureName
, i got error "resourceName does not match pattern: /^people/[^/]+$/"Oh, i fixed it.
just typing people/me instead of me
- https://developers.google.com/people/api/rest/v1/people/get
- On the right-hand side in the try this Api section, in
resourceName
field enterme
- On the right-hand side in the try this Api section, in
personFields
field enternames
- Execute
id
will be in themetadata.source
resp obj
Hi. Sorry, I have an issue with something about this thing. But my issue is this: I have my users' IDs and I need to find them Gmail addresses. Can I use your this API method as an opposite way? Thanks for your attention in advance.
Greetings all. How do you obtain other resourceNames. In other words the people/{account_id}
of other users other than me
?
I can't enter anything on resourceName. Helpppp
resourceName: people/me
personFields: clientData
{
"resourceName": "people/XXX",
"etag": "%YYY"
}
XXX is your ID
Greetings all. How do you obtain other resourceNames. In other words the
people/{account_id}
of other users other thanme
?
If this ever gets figured out please let me know
Hello how verify my google with id?
Greetings all. How do you obtain other resourceNames. In other words the
people/{account_id}
of other users other thanme
?If this ever gets figured out please let me know
@KylieKat17 from my understanding, and from what I have been able to do, you can only get users info if you know their numerical ID
If you know their account ID then you can follow this guide
If you know their account ID
@userbradley See, I tried that with the accountID (which is the same as the google plus user ID), and it gives me an error. It might be my API key that's the issue, but that's a different problem entirely in that case
If you know their account ID
@userbradley See, I tried that with the accountID (which is the same as the google plus user ID), and it gives me an error. It might be my API key that's the issue, but that's a different problem entirely in that case
I believe you can only get your self and those in the same directory as you (workspace) - gmail is a single directory where users can’t see each other, so that may be the issue you’re running in to
[email protected]. ************
01992466xx
Google Sign In -> choose Web -> Get Started in bottom on the page then follow instructions.