Related questions
wget/curl large file from google drive
I'm trying to download a file from google drive in a script, and I'm having a little trouble doing so. The files I'm trying to download are here.
I've looked online extensively and I finally managed to get one of …
Import data into Google Colaboratory
What are the common ways to import private data into Google Colaboratory notebooks? Is it possible to import a non-public Google sheet? You can't read from system files. The introductory docs link to a guide on using BigQuery, but that …
Google Colab: how to read data from my google drive?
The problem is simple: I have some data on gDrive, for example at
/projects/my_project/my_data*.
Also I have a simple notebook in gColab.
So, I would like to do something like:
for file in glob.glob("/projects/…