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?
Picasa Web v2
from the list of APIs on this page. – Shivam Saxena