-
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
Credential propagation was unsuccessful #4343
Comments
I am unable to reproduce this. Keeping it open in the event we find other reports. |
I am also experiencing this issue. To reproduce:
|
I am experiencing the very same problem right now |
Are you attempting this on a workspace account or are these gmail accounts? Can you file feedback in product when you encounter this and reference this issue so we can investigate? |
I am also getting the same error, when tried to run this tutorial code snippet.
|
@cperry-goog Both workspace and gmail accounts. |
|
so, does anyone know how to actually fix this error? |
I had this same problem when I tried to only allow the permissions I thought that might be needed. Once I clicked the enable all option then it worked. |
@douglowe thanks for your comment. I had the same problem. Indeed this "solves" the problem. But @cperry-goog (I'm assuming you are the google person looking at this) we do have a security issue here: why allow to choose fine-grained options if that doesn't work? |
I have the same problem and @douglowe solution does resolve it. As of now I can't choose fine-grained options. |
I encountered this issue as well, and what I did was accept all the checkboxes that appear for access permissions, and the issue was resolved! |
I accepte all checkbox but still I get that error message , did anyone know how to solve this situation? |
Any update on this? |
Clear the browser's cache and cookies will solve the problem. |
I am experiencing an issue with credential propagation in Google Colab since January 31, 2024. The problem occurs during the execution of a script for Google Drive API authentication. This script worked correctly on January 25, 2024, but started showing errors the next week. When I execute the script, it prompts the "Sign in to Colaboratory Runtimes" window. After I click "Continue" in this window, the script stops executing instead of waiting for further authorizations in subsequent windows, namely "Verify it's you" and "Colaboratory Runtimes wants additional access to your Google Account". This premature termination leads to a "MessageError: Error: credential propagation was unsuccessful". Here is the relevant code snippet:
The expected behavior is for the script to pause and wait for all permission windows to be authorized, thereby enabling successful authentication for Google Drive API access.
I am using Chrome.
The text was updated successfully, but these errors were encountered: