wrong redirection when dvc push to gdrive and no verification code is shown
See original GitHub issueBug Report
I have already set-up my gdrive FOLDER_ID
accroding to the DVC document.
However, the line for Enter verification code:
did not show.
When I pasted the link to the browser authorized it, and click the continuing button,
the browser redirect to localhost:8080?code=...
and no verification code is shown.
The issue is about DVC version 2.13.0
.
Everything looks fine after I downgraded my DVC version to 2.11.0
.
Reproduce
$ dvc add data
$ dvc remote add -d ${REMOTE_NAME} gdrive://${FOLDER_ID}
$ dvc push
Expected
Enter verification code:
should be shown and the browser should redirect to the corresponding verification code.
Environment information
DVC version 2.13.0
Issue Analytics
- State:
- Created a year ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
I have added my google drive as a remote storage - DVC
but when I do a dvc push, i get the below error. ... It is showing a permission error but I have already...
Read more >failed to push some refs to remote Code Example
Integrate the remote changes (e.g. ... Error encountered while pushing branch to the remote repository: rejected Updates were rejected because the tip of...
Read more >configuration error - Failed to authenticate GDrive remote ...
I ran this github actions workflow with several variations, but I cannot pull the data from DVC. name: auto-testing on: [push] jobs: run: ......
Read more >dvc Changelog - pyup.io
worktree push: do not push existing versions by pmrowla in ... worktree: support push: false by pmrowla in https://github.com/iterative/dvc/pull/8581
Read more >The DataLad Handbook
When copying code snippets into your own terminal, do not copy the leading $ – this ... Instead of typing the full path...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For the record, docs are a bit outdated - I’ve created a PR - https://github.com/iterative/dvc.org/pull/3821/files
It doesn’t to
Enter verification code
now, it get’s from the browser since via web server that it creates.Do you see the
Authentication successful.
?