There are several ways to upload to drives such as with:
- With this method you can upload files with direct URL.
Save Files from URL to Google Drive
or
-
You can download the files in the colab through:
!wget "file url" -
Download Torrents in the Colab through provided Colab link below, and mount drives and use mv command to move files to drive:
!mv "downloaded file path" "drive path"
Download torrent through this colab:
This is the file https://anonfile.com/D3g7E5taoe/Copy_of_All_in_One_1_9_8_2_ipynb
I hope these methods helps. ![]()
!