Your ID is a unique number used to identify your Google Account.
Procedure to recover Google Account ID
⚠ Warning: A Google ID is not the same as the account username or email.
-
Log in to your preferred web browser to the following website https://developers.google.com/people/api/rest/v1/people/get?hl=es-419
-
Add the following values
Requested parameter | Value | |
---|---|---|
resourceName | people/me | |
personFields | metadata,emailAddresses | |
requestMask.includeField | [leave empty] |
- Press the EXECUTE. Sign in with your Google mail and accept the permissions requested by the API. This will return the JSON.
{
"resourceName": "people/XXXXXXXXXXXXXXXXXXXXX",
"etag": "%EgUBCS43PhoEAQIFBw==",
"metadata": {
"sources": [
{
"type": "PROFILE",
"id": "XXXXXXXXXXXXXXXXXXXXX",
"etag": "#mUFoiy/UMSw=",
"profileMetadata": {
"objectType": "PERSON",
"userTypes": [
"GOOGLE_USER"
]
},
"updateTime": "2022-10-14T14:38:34.223762Z"
}
],
"objectType": "PERSON"
},
"emailAddresses": [
{
"metadata": {
"primary": true,
"verified": true,
"source": {
"type": "ACCOUNT",
"id": "XXXXXXXXXXXXXXXXXXXXX"
},
"sourcePrimary": true
},
"value": "XXXXXXX@arandasoft.com"
}
]
}
- Search the JSON for the ID property that is embedded in metadata.sources.id.
-
Finally, use the ID with the Android Reset Protection command.