So I've noticed that PyDrive isn't able to find any files that weren't originally uploaded by PyDrive.
Using
myfilelist = drive.ListFile({'q': "'id' in parents and trashed=false"}).GetList()
it returns blank - but if I upload the file using PyDrive then it can find it. Is this something to do regarding some kind of metadata that PyDrive leaves behind? Or am I completely missing something here?
Cheers