Is there a way through the Google Drive API to list all the files in a specific folder and its sub folders with out traversing the folder tree and making requests for each folder?
The File:list and Children methods of the REST API only appear to return the files of a specific folder as far as I can tell. Essentially I want the do equivalent of dir /s
in windows.