I have an app which uses the pretty old Picasa web albums data API (https://developers.google.com/picasa-web/). A few days ago (May 2018), Google released the new Google Photos Library API (https://developers.google.com/photos/library/guides/get-started) at Google I/O 2018. As of today (19 May 2018), the following endpoints still work in the Picasa API-
- List albums of user - https://picasaweb.google.com/data/feed/api/user/default
- List photos in an album- https://picasaweb.google.com/data/feed/api/user/default/albumid/{albumId}
Will the old Picasa web albums data api still be supported in future? If no, is there any date decided as to when these API endpoints will be shutdown?
I found that using the Google API Javascript Library and easy way to achieve this using the following methods:
I found a migration guide on the Google Photos API homepage which explains this...after I had worked it out :-)