1 year ago
#128429
Durgesh
Google Photo API not returning photos for current date
I'm trying to get photos uploaded to google photos. API does not return photos uploaded on current (today) date. Original code is written in C#. To isolate the issue I also tried using 'Try this API' feature. And still Can't get photos of current date. It works when I try to get photos of previous date.
HTTP Request : POST https://photoslibrary.googleapis.com/v1/mediaItems:search
{"filters":{"dateFilter":{"dates":[{"day":2,"month":2,"year":2022}]}}}
google-apis-explorer
google-apis-explorer
0 Answers
Your Answer