Page 1 of 1

favorites in google

Posted: Mon Dec 07, 2020 9:32 pm
by zoechow
photos.google.com has an automatic folder of favorited images. I can't see that soloslides has access to this folder? Is there some way to get access to it in soloslides, or can you add the feature?

Re: favorites in google

Posted: Mon Dec 07, 2020 9:52 pm
by tim
Hi there,
Unfortunately the API (what Google gives third-party developers like us to let us access Google Photos on your behalf) doesn't give any apps access to that.
You can see the API docs here if you're the kind of person who can/wants-to read them :D

Re: favorites in google

Posted: Mon Dec 07, 2020 10:10 pm
by zoechow
Thanks. It at least speaks very well of the app that I can get an informed response on here.

I thought I would report that it does work, at least, to manually grab all favorited photos and put them in a normal album, which the app then can see.

I'm inclined to pay for premium. Can I ask here, or should I do it another way since it is a new topic -- can my whole family sharing group pay for one premium, or do we have to buy one for each family sharing member? Thanks in advance

Re: favorites in google

Posted: Mon Dec 07, 2020 10:31 pm
by tim
You're welcome.
It's fine to ask here, it's not a busy forum.
As far as I can remember, family sharing is allowed by default for regular (non-subscription) purchases such as Soloslides premium, and I certainly did not disable it / disallow it. So it should work fine (but I have not tested it)

Re: favorites in google

Posted: Thu Dec 17, 2020 6:10 am
by robertj
Hi Tim,

Looks like the search command gives access to the favorites. I used their API test tool, and at least it accepted the query. I didn't check whether the response indeed only included favorites, but I'm assuming so. Does this help? A 'favorites' feature in SoloSlides would be highly appreciated :-)

Thanks,
Robert

POST https://photoslibrary.googleapis.com/v1 ... UR_API_KEY] HTTP/1.1

Authorization: Bearer [YOUR_ACCESS_TOKEN]
Accept: application/json
Content-Type: application/json

{
"filters": {
"featureFilter": {
"includedFeatures": [
"FAVORITES"
]
}
}
}

Re: favorites in google

Posted: Wed Feb 10, 2021 2:48 pm
by tim
... update: the update was just released (1.7.0) with this feature, you should see it within 24 hours in the App Store.