Describe the current behavior
I am trying to mount on my google drive in google colab with the next code:
from google.colab import drive
drive.mount('/content/drive')
But I have this error:
ValueError Traceback (most recent call last)
/tmp/ipykernel_3064/1408506528.py in <cell line: 0>()
1 from google.colab import drive
----> 2 drive.mount('/content/drive')
1 frames
/usr/local/lib/python3.12/dist-packages/google/colab/drive.py in _mount(mountpoint, force_remount, timeout_ms, ephemeral, readonly)
270 'https://research.google.com/colaboratory/faq.html#drive-timeout'
271 )
--> 272 raise ValueError('mount failed' + extra_reason)
273 elif case == 4:
274 # Terminate the DriveFS binary before killing bash.
ValueError: mount failed
Describe the expected behavior
I expect to mount on my google drive. I was able to mount it 2 days ago
What web browser you are using
I am using Google Chrome
Additional context

Describe the current behavior
I am trying to mount on my google drive in google colab with the next code:
from google.colab import drive
drive.mount('/content/drive')
But I have this error:
ValueError Traceback (most recent call last)
/tmp/ipykernel_3064/1408506528.py in <cell line: 0>()
1 from google.colab import drive
----> 2 drive.mount('/content/drive')
1 frames
/usr/local/lib/python3.12/dist-packages/google/colab/drive.py in _mount(mountpoint, force_remount, timeout_ms, ephemeral, readonly)
270 'https://research.google.com/colaboratory/faq.html#drive-timeout'
271 )
--> 272 raise ValueError('mount failed' + extra_reason)
273 elif case == 4:
274 # Terminate the DriveFS binary before killing bash.
ValueError: mount failed
Describe the expected behavior
I expect to mount on my google drive. I was able to mount it 2 days ago
What web browser you are using
I am using Google Chrome
Additional context