Coder Social home page Coder Social logo

gclone's Introduction

gclone

A modified version of the rclone to implement dynamic replacement of service account files for google drive backend.

Installation

curl -L https://raw.githubusercontent.com/wiserain/gclone/master/install.sh | sudo bash

Usage

Dynamic replacement of service account files

Set service_account_file_path in your rclone.conf. Everytime when rateLimitExceeded or userRateLimitExceeded error occurs, gclone tries to replace with another service account file in the path in random order.

[gc]
type = drive
scope = drive
service_account_file_path = /path/to/service/account/files

Support folder/file id

gclone supports folder/file id in src/dst path.

gclone copy gc:{folde_id1} gc:{folde_id2}  --drive-server-side-across-configs

folde_id can be a common directory, shared directory, shared drive.

gclone copy gc:{folde_id1} gc:{folde_id2}/media/  --drive-server-side-across-configs
gclone copy gc:{share_file_id} gc:{folde_id2}  --drive-server-side-across-configs

gclone's People

Contributors

wiserain avatar donwa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.