MyGit

donwa/gclone

Fork: 360 Star: 786 (更新于 2024-09-08 22:51:46)

license: Apache-2.0

Language: Go .

rclone mod

最后发布版本: v1.51.0-mod1.3.1 ( 2020-02-13 22:06:43)

GitHub网址

gclone

English 简体中文

A modified version of the rclone Provide dynamic replacement sa file support for google drive operation

installation

bash <(wget -qO- https://git.io/gclone.sh)
// View version information
gclone version

Instructions

1.service_account_file_path Configuration

add service_account_file_path Configuration.For dynamic replacement service_account_file(sa file). Replace configuration when rateLimitExceeded error occurs rclone.conf example:

[gc]
type = drive  
scope = drive  
service_account_file = /root/accounts/1.json  
service_account_file_path = /root/accounts/  
root_folder_id = root  

/root/accounts/ Folder contains multiple access and edit permissions service account file(.json)*.

2.Support incoming id

If the original rclone is across team disks or shared folders, multiple configuration drive letters are required for operation. gclone supports incoming id operation

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

folde_id1 can be:Common directory, shared directory, team disk.

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

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

最近版本更新:(数据更新于 2024-09-12 05:26:35)

2020-02-13 22:06:43 v1.51.0-mod1.3.1

2020-02-13 16:24:42 v1.51.0-mod1.3

donwa/gclone同语言 Go最近更新仓库

2024-10-03 21:20:54 filebrowser/filebrowser

2024-10-03 20:46:45 AdguardTeam/AdGuardHome

2024-10-03 06:33:58 caddyserver/caddy

2024-10-03 06:30:58 minio/minio

2024-10-02 00:13:22 containerd/containerd

2024-10-01 21:25:38 ethereum/go-ethereum