Skip to content
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

[FR] Support Google Drive in data cp #235

Open
YevheniiSemendiak opened this issue Apr 30, 2021 · 0 comments
Open

[FR] Support Google Drive in data cp #235

YevheniiSemendiak opened this issue Apr 30, 2021 · 0 comments
Labels
feature request Proposal for a new feature to implement

Comments

@YevheniiSemendiak
Copy link
Collaborator

Context & problem description

Recently, one of our ML engineers mentioned that sometimes there is a need to download data from Google Drive to the platform.
Seems like this is a perfect use-case for neuro-extras.

Needs

It turned out that RClone does support it.
For doing so, we need to:

  1. Instruct the user, how to generate the key (secret) for accessing the google account link1 link2.
  2. Configure RClone to authenticate using this key:
    rclone config create <remote-name> drive drive-client-id <your-key> drive-client-secret <pass> drive-scope drive config_is_local false - the problem here is that the key generation is often interactive (one will need to open on local machine browser and authenticate RClone, similar to how neuro config login-headless works ).
    3.rclone copy <remote-name>:/path/to/src path/to/dst
@YevheniiSemendiak YevheniiSemendiak added the feature request Proposal for a new feature to implement label Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Proposal for a new feature to implement
Projects
None yet
Development

No branches or pull requests

1 participant