stanaka / lightroom-google-photo-plugin

GNU General Public License v3.0
241 stars 40 forks source link

Use new Google Photos API and remove unsupported functions. #15

Closed stanaka closed 6 years ago

stanaka commented 6 years ago

Replace obsolete Picasa API with new Google Photos API.

Google Photos API is currently developer preview and supports only limited functions. I removed following functions for the time being.

mturilin commented 6 years ago

I'm curious why did you decide to move to the new API if it requires to disable some of the product functions?

stanaka commented 6 years ago

@mturilin The main reason of this move is that Picasa Web Album Data API is getting broken.

They have already stopped to support mutation operations ( https://groups.google.com/forum/#!topic/Google-Picasa-Data-API/7A3uDiiPKI0 ). This means I'm just going to disable features which have been already almost broken.

chibiegg commented 6 years ago

This plug-in is very useful. This PR is very important to keep using, so I want you to merge.

N6REJ commented 6 years ago

@chibiegg can't merge something that has conflicts.

chibiegg commented 6 years ago

@N6REJ I know it. But, I have no permission to resolve conflicts of this branch. I confirmed that it works in rebased branch. ( https://github.com/chibiegg/lightroom-google-photo-plugin/tree/new-api )

It is easy to resolve conflict because there is only one error message conflicting.

stanaka commented 6 years ago

@chibiegg @N6REJ Sorry for the delay. It's now merged!