You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drive.mount(google_drive_mount_path) gives Error: credential propagation was unsuccessful if I select a different account than the one from google colab. The auth is successful, I even get an email Google Drive for desktop was granted access to your Google Account
This is also unexpected for me, as I think the Google Drive authentication should be independent of the Google account that is used to run the Colab Notebook...
But if you're able to do so, this might be able to work around by using a different browser profile entirely to run the Colab Notebook also under the secondary Google account - as I've done this before.
drive.mount(google_drive_mount_path)
givesError: credential propagation was unsuccessful
if I select a different account than the one from google colab. The auth is successful, I even get an emailGoogle Drive for desktop was granted access to your Google Account
I know you may not be able to fix this, I couldn't find a functioning workaround: googlecolab/colabtools#2732 (comment)
The text was updated successfully, but these errors were encountered: