I use pyDrive as a communication tool of my classic Python-based GIS and Google Earth Engine (GEE). Therefore, I need to transfer data from Google Drive to my local machine, but I face some problems:
The upload of data works, and I can see uploaded data in a Drive.ListFile command, but I can't neither enter folders by using their ID nor find any folders via listFile.
listfile = drive.ListFile({'q': "'root' in parents and trashed=false"}).GetList()
Upload and Download of test data works like a charm, but the folders drive me crazy! Is there some kind of refresh of the Drive needed?