I have a website for pilots that allows people to add images to a flight entry. I’ve long had functionality that would use the Google Photo oAuth API to preview the Google Photos that are on the date of the flight, and click on them to attach to their flight. Works great, no need to leave the website and lose the context of their in-progress flight, and no need to search through a huge mess of photos since it’s already restricted to the date of the flight.
But it looks like Google is planning to end the photoslibrary.readonly next March, and they want people to migrate to their Picker UI. But in looking at the UI, it appears that it requires using Google’s user interface, and which means leaving the context of what you’re already entering.
Am I missing something? Is there any way to continue to offer this functionality “in situ” (without leaving my website) with the picker APIs?