0

My company has a software that allow users to print photobooks, canvases and stuff like that, and we also allow people to upload photos from social networks such as Google Photos, last month, the old Picasa API was deprecated and now i have to migrate it to the new google photos API. Does anyone know the easiest way to do so?

Been trying to figure out what I have to do from the Getting started guide from google but haven't been able to integrate it with what I already have from the last picasa api.

Steve Bennett
  • 114,604
  • 39
  • 168
  • 219

1 Answers1

-1

The developer documentation for the Picasa Web Albums Data API includes a migration guide: https://developers.google.com/picasa-web/docs/3.0/developers_guide_migration

It walks through the basic differences between the Picasa API and the new Google Photos Library API.

You may also be interested in the client libraries for the Google Photos Library API that are available for Java and PHP.

If you have any specific questions about the technology or API calls, or if you run into any errors you should post them here as new questions. Don't forget to include as much technical detail as possible. General questions are always difficult to answer.