Skip to content

Google Drive remote documentation #381

@ei-grad

Description

@ei-grad

Just creating the docs issue for the upcoming treeverse/dvc#2040 which would bring the Google Drive support.

Some things to mention:

  1. There are 3 types of URLs:

    1. Subfolder in the "My Drive" folder:

      gdrive://root/Datasets/my-dataset
      
    2. Folder by ID (recommended):

      gdrive://1r3UbnmS5B4-7YZPZmyqJuCxLVps1mASC
      

      (get it from the last part of URL https://drive.google.com/drive/folders/{here})

    3. Dataset named "my-dataset" in the hidden application folder:

      gdrive://appDataFolder/my-dataset
      

      (this one wouldn't be visible through Google Drive web UI and
      couldn't be shared)

  2. OAuth2, client ID and quotas, we need something like this: https://rclone.org/drive/#making-your-own-client-id

  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A: docsArea: user documentation (gatsby-theme-iterative)type: enhancementSomething is not clear, small updates, improvement suggestions

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions