We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
simply run the 'settings and run' section
No response
using chrome Version 112.0.5615.137 (Official Build) (arm64) on mac m1 OS 13.3.1 (22E261)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: