Published
- 1 min read
connect google drive to colab
The solution for this is noted below
connect google drive to colab
Solution
from google.colab import drive
drive.mount("/content/gdrive")
Try other methods by searching on the site. That is if this doesn’t work