-
Notifications
You must be signed in to change notification settings - Fork 409
Google Drive remote documentation #381
Copy link
Copy link
Closed
Labels
A: docsArea: user documentation (gatsby-theme-iterative)Area: user documentation (gatsby-theme-iterative)type: enhancementSomething is not clear, small updates, improvement suggestionsSomething is not clear, small updates, improvement suggestions
Metadata
Metadata
Assignees
Labels
A: docsArea: user documentation (gatsby-theme-iterative)Area: user documentation (gatsby-theme-iterative)type: enhancementSomething is not clear, small updates, improvement suggestionsSomething is not clear, small updates, improvement suggestions
Type
Fields
Give feedbackNo fields configured for issues without a type.
Just creating the docs issue for the upcoming treeverse/dvc#2040 which would bring the Google Drive support.
Some things to mention:
There are 3 types of URLs:
Subfolder in the "My Drive" folder:
Folder by ID (recommended):
(get it from the last part of URL https://drive.google.com/drive/folders/{here})
Dataset named "my-dataset" in the hidden application folder:
(this one wouldn't be visible through Google Drive web UI and
couldn't be shared)
OAuth2, client ID and quotas, we need something like this: https://rclone.org/drive/#making-your-own-client-id
There is an
oauth_idoption in remote config section, which could contain arbitary identifier and is meant to be used to allow different Google user accounts usage for different remotes.