Giter VIP home page Giter VIP logo

Comments (8)

Androbin avatar Androbin commented on July 17, 2024 1

When I remove the email address from my Google contact, it says "This email address does not belong to a Google Account". So I figured the API is just reading my contact info.

from ghunt.

mxrch avatar mxrch commented on July 17, 2024

Hello @Androbin , can you give me the target email or copy paste here the output after uncommenting the print(data) in hunt.py ~line 53 ?

from ghunt.

Androbin avatar Androbin commented on July 17, 2024

I censored some fields for privacy reasons:

{
	"matches":[
		{
			"lookupId":"...",
			"personId":[
				"c4707217545961949500"
			]
		}
	],
	"people":{
		"c4707217545961949500":{
			"personId":"c4707217545961949500",
			"metadata":{
				"contactId":[
					"4707217545961949500"
				],
				"contactGroupId":[
					"myContacts"
				],
				"lastUpdateTimeMicros":"1552027573125",
				"identityInfo":{
					"originalLookupToken":[
						"..."
					],
					"sourceIds":[
						{
							"container":"CONTACT",
							"id":"4153656b0b8c493c",
							"lastUpdatedMicros":"1552027573125145",
							"sourceEtag":"#rpUHtoB9+AY=",
							"containerType":"CONTACT",
							"lastUpdated":"2019-03-08T06:46:13.125145Z"
						}
					]
				},
				"model":"PROFILE_CENTRIC"
			},
			"name":[
				{
					"metadata":{
						"writeable":True,
						"container":"CONTACT",
						"primary":True,
						"containerId":"4707217545961949500",
						"encodedContainerId":"4153656b0b8c493c",
						"containerType":"CONTACT"
					},
					"displayName":"...",
					"givenName":"...",
					"familyName":"...",
					"displayNameLastFirst":"..., ...",
					"unstructuredName":"... ..."
				}
			],
			"photo":[
				{
					"metadata":{
						"writeable":True,
						"container":"CONTACT",
						"primary":True,
						"containerId":"4707217545961949500",
						"encodedContainerId":"4153656b0b8c493c",
						"containerType":"CONTACT"
					},
					"url":"https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/V8BNOaftJmYVRHptyndeglczMoKW3xZogCLcDEAEiGQoBQRD___________8BGIDYvf_______wE/photo.jpg",
					"isDefault":True,
					"photoToken":"EhA0MTUzNjU2YjBiOGM0OTNjKAIw48uZ1QQ=",
					"isMonogram":True,
					"monogramBackground":"EF6C00"
				}
			],
			"email":[
				{
					"metadata":{
						"writeable":True,
						"container":"CONTACT",
						"primary":True,
						"containerId":"4707217545961949500",
						"encodedContainerId":"4153656b0b8c493c",
						"containerPrimary":True,
						"containerType":"CONTACT"
					},
					"value":"...",
					"type":"home",
					"formattedType":"Home"
				}
			],
			"phone":[
				{
					"metadata":{
						"writeable":True,
						"container":"CONTACT",
						"primary":True,
						"containerId":"4707217545961949500",
						"encodedContainerId":"4153656b0b8c493c",
						"containerType":"CONTACT"
					},
					"value":"+49 ... ........",
					"type":"mobile",
					"canonicalizedForm":"+49...........",
					"formattedType":"Mobile",
					"extendedData":{
						"structuredPhone":{
							"phoneNumber":{
								"e164":"+49...........",
								"i18nData":{
									"nationalNumber":"0... ........",
									"internationalNumber":"+49 ... ........",
									"countryCode":49,
									"regionCode":"DE",
									"isValid":True,
									"validationResult":"IS_POSSIBLE"
								}
							},
							"type":"mobile"
						}
					},
					"uri":"tel:+49-...-........"
				}
			],
			"fingerprint":"%EggBAgMICQsgLhoKAQIDBQYHCAkKCyIMcnBVSHRvQjkrQVk9"
		}
	}
}

from ghunt.

mxrch avatar mxrch commented on July 17, 2024

It's very very weird. target only has CONTACT containers and any PROFILE containers.. is it a GSuite email ? Or anything special ?

from ghunt.

Androbin avatar Androbin commented on July 17, 2024

It's just the regular private account of a friend. I tested various other email addresses and they work just fine.

from ghunt.

mxrch avatar mxrch commented on July 17, 2024

Alright, I'll add exceptions for it and your other issue on Gmaps.
By curiosity, is it a gmail address or not ?

from ghunt.

Androbin avatar Androbin commented on July 17, 2024

It is not a gmail address

from ghunt.

mxrch avatar mxrch commented on July 17, 2024

Ahh okay ! I understand now, I was wondering too that it can't be normal.
So I guess it's not a problem related to GHunt since your email address does not belongs, but I'll maybe add an exception to add the "This email address does not belong to a Google Account" message if it doesn't find any PROFILE container.

from ghunt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.