Skip to content
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

Gdrive connection down #232

Open
taijiboy opened this issue Apr 21, 2023 · 0 comments
Open

Gdrive connection down #232

taijiboy opened this issue Apr 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@taijiboy
Copy link

Describe the bug

When going to the g-drive step, it appears it's not passing credentials properly:


MessageError Traceback (most recent call last)
in <cell line: 3>()
3 if save_to_gdrive:
4 from google.colab import drive
----> 5 drive.mount('/content/drive')
6
7 #@markdown Name/Path of the initial model.

3 frames
/usr/local/lib/python3.9/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

Reproduction

simply run the 'settings and run' section

Logs

No response

System Info

using chrome Version 112.0.5615.137 (Official Build) (arm64) on mac m1 OS 13.3.1 (22E261)

@taijiboy taijiboy added the bug Something isn't working label Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant