I have a folder with many folders inside - what will be the best way to upload it to google colab? I tried to follow this link: How to upload folders to Google Colab? But it didn't find my folder:
!unzip -uq "/content/drive/My Drive/Data/Output/" -d "/content/drive/My Drive/Data/Output/"
And get the error:
unzip: cannot find or open /content/drive/Data/Output/, /content/drive/Data/Output/.zip or /content/drive/Data/Output/.ZIP.
Data
is a folder in the drive (in the main dir. It has a folder named 'output
' that has 20 folders: 001, 002 , ... 020). I want to upload all the output
dir.