favorites in google
favorites in google
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
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
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

Please write a review for Wifibooth on the Apple App store! Indie developers like me really need people like you to review their apps. Instructions on how to write a review: http://goo.gl/w8NsDI.
Re: favorites in google
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
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
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)
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)
Please write a review for Wifibooth on the Apple App store! Indie developers like me really need people like you to review their apps. Instructions on how to write a review: http://goo.gl/w8NsDI.
Re: favorites in google
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"
]
}
}
}
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
... update: the update was just released (1.7.0) with this feature, you should see it within 24 hours in the App Store.
Please write a review for Wifibooth on the Apple App store! Indie developers like me really need people like you to review their apps. Instructions on how to write a review: http://goo.gl/w8NsDI.