My Google Drive looks something like this:
picture1.jpg
song1.mp3
a/b/file1.txt
a/b/file2.txt
a/b/file3.jpg
a/b/file4.m4a
a/b/...
I want to use PyDrive to download every file in folder "b". After looking at the documentation and checking StackOverflow, I still cannot figure out how to do this. How would I download all of the files in folder "b" (which is contained in folder "a") using PyDrive. Also, in case it's relevant please note that folder "b" contains thousands of files.