Picasa

This Google Apps Script library provides access to Picasa Web Albums / Google+ Photos and the photos and albums from your own gallery. Users can create and manage photos and albums.

INSTALLATION - REFERENCE - SOURCE

Install it:

  1. In the script editor, click on Resources > Manage librairies

  1. A popup box opens. Insert the following project key in the textbox: M4_STIXUlBANK7DGOzGApRljzL90iNPPq and click on the Select button next to it.

    1. Click on the box listing the different versions of the library. Select the latest version.

  1. Click OK. You can now use this library.

    1. The first time you will run your script, you will be prompted to grant access to Picasa / Google Photos (permission "Manage your photos and videos") using the same OAuth mechanism you are used to for all other Google services.

Note: only the methods available in the class PicasaApp are shown in the autocomplete.

The methods of class Album & class Photo can be used but won't be shown in the autocomplete.