-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: oauth authentication broken #7867
Comments
For the record, dvc relies on our fork https://github.com/iterative/PyDrive2 -> https://github.com/iterative/PyDrive2/blob/master/pydrive2/auth.py |
For GDrive. It's broken when users are creating their custom applications. It's should be working with a https://dvc.org/doc/user-guide/setup-google-drive-remote#using-service-accounts as a workaround or with a DVC built-in application. To mitigate this we need to more from a
|
By looking at the error ( |
Related iterative/PyDrive2#180 |
Can anyone help me out ? dvc remote add -d storage gdrive:// |
@aryan757 please share |
|
I guess this is related to the OOB Migration. |
@bernhardbirkner This was resolved in the linked PR: iterative/dvc-objects#52. If you are facing an issue, would you mind opening a new issue? Often commenting on top of a closed issue gets lost. |
Bug Report
google drive remote support with oauth authentication is currently broken for dvc
Description
Reproduce
dvc remote add gdrive://<id>
Expected
Clicking on the URL would prompt the user with the OAuth consent screen.
Actual result:
Clicking on oauth2 authentication URL returns
Environment information
Reported on discord
The text was updated successfully, but these errors were encountered: