I want to import this whole directory to google drive without downloading. Using google colab I have tried the following code, but it uploads only a single file at a time. How can I import these files, folders and sub-folders to google drive using google colab with a single execution?
Method I tried in google colab;
import os os.chdir("Google drive directory") !wget -c "https://hostnezt.com/cssfiles/Eng%20Lit%20AH.pdf" --no-check-certificate
This is the directory that I want to import to google drive
1.4m articles
1.4m replys
5 comments
57.0k users