Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

photos.google.com/activities/photo_likes - call in javascript

https://photos.google.com/activities/photos_likes returns likes photos in shared albums. I would like to use the photoslibrary api or the activities api to find liked photos in shared albums.

However, I cannot find the documentation on how to do this using activities api or from the photoslibrary api. I have tried the photoslibrary api mediaitems.search, however, it does not seem to include photos_likes as a metadata value.

Which metadata value or tag from the photoslibrary api mediaitems.search can I use to find liked photos in shared albums? if this is the wrong api, which one should I use?

like image 600
user10598002 Avatar asked Nov 02 '18 19:11

user10598002


1 Answers

So far (05 October 2021), this feature is not available, you can just filter it by favorite (which is not what you want).

I open an issue to ask a feature improvement, you can star it to make it more visible to the Google Photos API team : https://issuetracker.google.com/issues/202032850

like image 156
ElJackiste Avatar answered Nov 19 '22 11:11

ElJackiste