Read the statement by Michael Teeuw here.
Google Photos API changing - MMM-GooglePhotos will stop working soon.
-
@sdetweil I have an idea but I’m not sure how to make it happen.
I’m not a module developer beyond being able to adjust some code here and there.Maybe if you have time, you can think about if it’s possible?
What if there was a config flag for “PickPhotos” that if it was true, it would open a picker interface. Then after it’s been done, the user can re-set it to false and the module can go back to just loading photos.
I’m sure there are some other tweaks to the API that will impact this but it’s the only thought I’ve had so far to implement something inside the existing framework.
-
@gonzonia one could launch a web app maybe via phone to access the picker?
-
@sdetweil Maybe. I don’t know how the picker stores the relationship to the app and the permissions. If it’s in the browser in some way, launching from a phone might not work. It might need to be from the browser on the MM.
-
@gonzonia it wont be in the browser, they will want to control it at the access level
-
-
@sdetweil so the user wouldn’t have to Re-select after an hour? That can’t be right.
-
@gonzonia so it seems.
-
@sdetweil The way they want it to work is that the user makes the selection, the app gets the items, the session ends. In this case, that would mean the module would have to pull the photos locally which would limit the number of photos available by the amount of space available. I might as well just use a different module and put all my photos somewhere on my network.
-
@gonzonia yes, i use local already. have a 12tb nas drive for photos
-
@sdetweil yeah Google was one of my backups. We are primarily an Apple family but there’s no iCloud module that I’m aware of. I’ll have to do an export or figure something else out.