-
Notifications
You must be signed in to change notification settings - Fork 736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot connect colab to Drive #4814
Labels
Comments
Is this a gmail account or a Workspace account? |
wait, please use #4343 |
Why is this issue “completed” ?
I heve not received any answer nor solution
Why do you state
“ wait, please use <#4343> #4343 »
in a separate mail.
there are only people like me having the same problem, and no solution whatsoever is being proposed by anyone.
De : cperry-goog ***@***.***>
Envoyé : jeudi 5 septembre 2024 18:49
À : googlecolab/colabtools ***@***.***>
Cc : will-xf ***@***.***>; Author ***@***.***>
Objet : Re: [googlecolab/colabtools] Cannot connect colab to Drive (Issue #4814)
Closed #4814 <#4814> as completed.
—
Reply to this email directly, view it on GitHub <#4814 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/BIOUOPOHY4OSVTC4R5MF2I3ZVCDQZAVCNFSM6AAAAABNOTBOQ2VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJUGE2TAMZYHAYTQOA> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/BIOUOPJ5H3PZOIHN3WLRBBLZVCDQZA5CNFSM6AAAAABNOTBOQ2WGG33NNVSW45C7OR4XAZNWJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XKUY3PNVWWK3TUL5UWJTYAAAAAGS3NZHOA.gif> Message ID: ***@***.*** ***@***.***> >
…--
Cet e-mail a été vérifié par le logiciel antivirus d'Avast.
www.avast.com
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the current behavior
I cannot connect my google colab Pro and my Drive. They are on the same account. I can acces each one of them seperately.
google Drive Desktop won't let me in.
i have tried all the obvious fixes.
In the colab notebook, after ...
from google.colab import drive
drive.mount('/content/drive')
Google Drive Desktop won't let me in., and I get following error report :
""""
MessageError Traceback (most recent call last)
in <cell line: 2>()
1 from google.colab import drive
----> 2 drive.mount('/content/drive')
3 frames
/usr/local/lib/python3.10/dist-packages/google/colab/_message.py in read_reply_from_input(message_id, timeout_sec)
101 ):
102 if 'error' in reply:
--> 103 raise MessageError(reply['error'])
104 return reply.get('data', None)
105
MessageError: Error: credential propagation was unsuccessful
""""
Describe the expected behavior
Log in and connect without hurdles. not having to spend time trying and failing and writing bug reports for a simple log in.
What web browser you are using
Chrome
Additional context
Link to a minimal, public, self-contained notebook that reproduces this issue.
The text was updated successfully, but these errors were encountered: