Google drive API returns empty list to queries on 'photos' space
问题 Using the drive api drive.files.list for the photos space is returning empty file lists. If I do not specify a space, I get a list of files, some of which are members of both the drive and photos spaces, as shown here: Query: GET https://www.googleapis.com/drive/v3/files?pageSize=1000&fields=files&key={YOUR_API_KEY} Response (lots of file metadata, including files with 'spaces' property like this): ..."spaces": ["photos","drive"],... However if I query looking for files from the 'photos'