Google drive authorisation on google colab

Every time I run a notebook on colab I have to authorise my google drive access in order to mount my google drive.
Is there a way to have my google drive mount constantly, without the need for authorisation every time?

No there is not as google colab resets every 12 hours (wipes everything locally including access to your drive). However if it’s happening even before then I do not know. Usually I can keep it connected regardless of if it’s a new notebook so long as it is in that time frame.

1 Like

Try this.

Clouderizer requires Google Drive authorisation just once. After that, every time you run your project, it backs up your work automatically.

-Prakash