You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an oauth_id option 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.
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.