'Issue with mounting Google drive with colab
Solution 1:[1]
change
drive._mount('/content/drive')
to
drive.mount('/content/drive')
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Arye P. |

