Replies: 1 comment
-
Going ahead and closing this one out since it seems to be going stale. It would have been nice to provide users with the ability to filter and download photos from Google Photos, but without clarification on what the near future holds for the API, the planned feature was abandoned. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The new changes to the Google photos API is confusing. Using the Photos Library API is no longer an option since its access is to be reduced, which leaves only one option, The Photos Picker API.
The problem is, the Photos Picker doesn't provide the same functionality as the Photos Library once did. In particular, it relies upon the opening of a browser and having the user select images by hand. Which kinda destroys the purpose of writing a program to automate this process in the first place. One could probably request page after page of photos, and filter from there, but this is unnecessarily resource expensive.
Is there something I am missing or misunderstanding here? How is one supposed to select photos by date programmatically without having to cycle through every page and filter out from there?
Beta Was this translation helpful? Give feedback.
All reactions