Bug P3
Status Update
Comments
jf...@google.com <jf...@google.com> #2
Thank you for the very detailed and comprehensive issue report!
Just to confirm - are all media items shown in the Google Photos apps (and with the correct dates)?
I have forwarded it to our engineering team for further investigation. We will reach out when we have any updates or have any further follow-up questions.
Description
Description
I'm loading photos from Google Photos on an Flutter app.
Detailed description
I'm not able to get pictures using a POST call with filters on. I followed the tutorial on google website but it keeps giving the error. It doesn't recognize "filters" as key of the map. Without filters it works.
API calls
Steps to reproduce the problem
What steps will reproduce the problem?
What is the expected output?
I expected to get a List of MediaItem filtered by the datetime I provided.
What do you see instead?
I get a INVALID_ARGUMENT exception from the server.
Error
Additional information
It doesn't like the "filters" key of the map. I tried with
"filters" : ""
and I've got the same error. I tried also to remove all the others parameters like token and pagesize but no way.