-
Notifications
You must be signed in to change notification settings - Fork 394
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
guide: move gdrive #4357
guide: move gdrive #4357
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @dberenbaum ! Do we need to update redirects by chance?
@@ -47,6 +25,29 @@ Authentication successful. | |||
|
|||
See [Authorization](#authorization) for more details. | |||
|
|||
Note that GDrive remotes are not "trusted" by default. This means that the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feels like a very advanced detail tbh to start the page ... can we move it a bit somehwere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure where else to put it, so put it into a details section for now to hide it better.
@@ -322,3 +322,120 @@ The remote must also be configured with the associated user **personal email**: | |||
$ dvc remote modify myremote gdrive_service_account_user_email \ | |||
example_adress@some_google_domain.com | |||
``` | |||
|
|||
## Configuration parameters |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we put a link at the very top - like "TL;DR: - here is the list of all config options"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added near the top.
Good catch. Added for https://dvc.org/doc/user-guide/how-to/setup-google-drive-remote. I don't think we need any others since we still have the cmd ref pages and they link to these guides. |
There is some failure in deployment though. Need to check it first or please try to run locally. |
🤔 Deployment is working for me locally |
I've fixed the deployment. Merging this, let's please rebase / merge main into the other branches after that. |
Migrates Google Drive guide and command ref info to new guide section. No substantive changes. Part of #2866