Import Google Photo

Here we look at how we can drag an image from Google Photos into wiki. It uses the Picassa web api which is not listed in the api console - developers.google.com

This authentication issue means I am unable to get an access token easily for use with a web service.

My userID is:

114095154193052186932

First all calls must refer to the REST base url:

https://picasaweb.google.com/data/

First we can get a list of albums we append:

feed/api/user/default?alt=json

If you need json then add "?alt=json" - see developers.google.com