I need to upload a large file ( Sample File) to google colab. This file is located on a google drive account.
Consider these situation:
- My google drive is approximately full, so I could not upload it to my drive
- My connection speed is low and downloading this file and uploading it to google drive is a great challenge for me.
Also, I read some stackoverflow pages like: Import data into Google Colaboratory and these ones:
Download File from URL to Google Drive using Google Colab in Python , Get Started: 3 Ways to Load CSV files into Colab and 7 ways to load external data into Google Colab. But non of them was useful for my case. I also tried !wget
command but it could not download a google drive link.