How to download specific Google Drive folder using Python?
问题 I'm trying to download specific folders from Google Drive. I tried this example http://www.mwclearning.com/?p=1608 but its download all the files from G-Drive. EX: If I have two folders in Google Drive say.. A folder having -> 1 , 2 Files B folder having -> 3, 4, 5 Files If I want to download folder A then only 1 , 2 files should get downloaded.. Any suggestion or help could be very helpful. Thanks in advance. 回答1: Try to check the Google Drive API documentation, you can see here the sample