How to recursivelsy read subfolders after speciying “AFolder” in parents?
问题 Basically, in Google Drive API, I’m trying to read a specified folder within the drive. E.g. root/Temp/TestFiles/AreInHere I want to read all files in ‘AreInHere’, and I can do this using a query specifying the id for my desired folder. E.g. ‘’’AreInHere’ in parents’ . This works fine and does as id expect, it also returns all the sub-directories in my folder but doesn’t reclusively get any files with those sub-directories? I have looked at the API reference and all the documentation for