Assigned
Status Update
Comments
jf...@google.com <jf...@google.com> #2
Thank you for your detailed report!
We'll take a closer look and let you know if we have any updates.
We'll take a closer look and let you know if we have any updates.
to...@gmail.com <to...@gmail.com> #3
We have just clarified the resumable upload protocol in our documentation here: https://developers.google.com/photos/library/guides/resumable-uploads
Note that this is slightly different from our previous protocol for resumable uploads. Please let us know if you are still having trouble following this new guide. Our apologies, but the general flow should be very similar to the previous definition.
Note that this is slightly different from our previous protocol for resumable uploads. Please let us know if you are still having trouble following this new guide. Our apologies, but the general flow should be very similar to the previous definition.
jf...@google.com <jf...@google.com> #4
Thanks for the updated documentation. I've given it a go and resumable uploads now seem to be working fine. Thanks.
pa...@gmail.com <pa...@gmail.com> #5
Hi,
making the Http Requesthttps://photoslibrary.googleapis.com/v1/mediaItems:search
with this request body
{
"filters": {
"contentFilter": {
"includedContentCategories": [
"PEOPLE"
]
}
the response is empty but my google photos account contains people under the people category.
Can you help me, please?
Thanks.
making the Http Request
with this request body
{
"filters": {
"contentFilter": {
"includedContentCategories": [
"PEOPLE"
]
}
the response is empty but my google photos account contains people under the people category.
Can you help me, please?
Thanks.
jf...@google.com <jf...@google.com> #6
Thanks for the report, we will take a look.
While we are investigating this, a quick question: Do searches in the Google Photos apps work as expected? For example, does a search for "people" in the Google Photos web app return the expected results?
pa...@gmail.com <pa...@gmail.com> #7
Thanks for your reply.
Under the People category, not all people in the Google Photos app are shown, but only some. If I use another content category, for example, FOOD or FLOWERS gives the expected results.
Thanks.
Under the People category, not all people in the Google Photos app are shown, but only some. If I use another content category, for example, FOOD or FLOWERS gives the expected results.
Thanks.
Description