python - How to get google ID from email -


i'm using google id datastore id user objects.

sometimes want find user email. gmail address can appear dots or without, capital letters , other variations. how can retrieve user id given email?

first of should store email property in lowercase since case not relevant. if want take account dot or plus symbols , being able query on them, should store in (hidden) property stripped out version of email , execute queries on one.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -