I'm writing an email-based application using the gmail-api, and i need to retrieve user public images for email address originating from google. I've seen other applications do that, but i can't seem a way to reliably get this data.
some more information:
Thanks!
Edit:
I know i can receive the required images from google plus, if i have the other user's userid. however, i can't find a way to get the userid based on an email address.
Is very easy
http://picasaweb.google.com/data/entry/api/user/<hereYourUserIdOrYourEmail>?alt=json
just has a little problem.
You only can get the picture of your Google+ profile, not directly from your gmail.
UPDATE:
This API is being deprecated and will be turned down in January 2019. Migrate to Google Photos Library API as soon as possible to avoid disruptions to your application.
More Info Here