The Picasa API returns an album called "Auto Backup" which contains all media not associated with an album.
I am unable to fetch "Auto Backup" photos using the new Google Photos API. My scope is set to "https://www.googleapis.com/auth/photoslibrary.readonly". I have 25 albums in total and pageSize set to 50 when I make a call to the "https://photoslibrary.googleapis.com/v1/albums" endpoint.
Any other way like using filters to fetch all media not associated with an album?
Thanks!!