rclone——让你的onedrive好用一点点?
下载地址:官网 github
我感觉大部分的情况应该就是下第一个就好了
github下划线的第一个或第二个应该都是可以的
下载完之后会有一个解压包,解压之后里面还有一个文件夹,可以保存到其他的地方,比如我就是放在Program Files
放在其他地方也可。
放完之后打开会发现是一个命令行的输入框,有一个提示让我们用cmd
打开
这个时候我们就按一下键盘上的win
键和R
键打开‘运行’然后输入‘cmd’
按一下回车键或者点击确定
就打开了‘cmd’
这个时候有一个地方要注意,如果刚才下载的文件保存的地方是在c盘,那就复制一下文件夹
的路径,然后再cmd里输入
cd '复制的路径' //不用加引号
tips:按一下鼠标的右键可以粘贴
然后回车,会发现左边“>”前面的文字发生了改变变成了文件夹的名字,像下面这样
如果不是放在c盘,那就需要在系统变量PATH处添加路径,具体步骤可以自行百度
之后就是输入
rclone config
按回车之后
按照提示分别输入,以下是参考
PS C:\Windows\system32> rclone config (步骤1. 输入rclone config)
2020/04/25 13:29:37 NOTICE: Config file "C:\\Users\\dell\\.config\\rclone\\rclone.conf" not found - using defaults
No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q> n (步骤2. 输入n,表示新建配置)
name> onedrive (步骤3. 命名为"onedrive",也可取其他的名字,但要与下面所使用的名字保持一致)
Type of storage to configure.
Enter a string value. Press Enter for the default ("").
Choose a number from below, or type in your own value
1 / 1Fichier
\ "fichier"
2 / Alias for an existing remote
\ "alias"
3 / Amazon Drive
\ "amazon cloud drive"
4 / Amazon S3 Compliant Storage Provider (AWS, Alibaba, Ceph, Digital Ocean, Dreamhost, IBM COS, Minio, etc)
\ "s3"
5 / Backblaze B2
\ "b2"
6 / Box
\ "box"
7 / Cache a remote
\ "cache"
8 / Citrix Sharefile
\ "sharefile"
9 / Dropbox
\ "dropbox"
10 / Encrypt/Decrypt a remote
\ "crypt"
11 / FTP Connection
\ "ftp"
12 / Google Cloud Storage (this is not Google Drive)
\ "google cloud storage"
13 / Google Drive
\ "drive"
14 / Google Photos
\ "google photos"
15 / Hubic
\ "hubic"
16 / In memory object storage system.
\ "memory"
17 / JottaCloud
\ "jottacloud"
18 / Koofr
\ "koofr"
19 / Local Disk
\ "local"
20 / Mail.ru Cloud
\ "mailru"
21 / Mega
\ "mega"
22 / Microsoft Azure Blob Storage
\ "azureblob"
23 / Microsoft OneDrive
\ "onedrive"
24 / OpenDrive
\ "opendrive"
25 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
\ "swift"
26 / Pcloud
\ "pcloud"
27 / Put.io
\ "putio"
28 / QingCloud Object Storage
\ "qingstor"
29 / SSH/SFTP Connection
\ "sftp"
30 / Sugarsync
\ "sugarsync"
31 / Transparently chunk/split large files
\ "chunker"
32 / Union merges the contents of several remotes
\ "union"
33 / Webdav
\ "webdav"
34 / Yandex Disk
\ "yandex"
35 / http Connection
\ "http"
36 / premiumize.me
Storage> 23 (步骤4. 输入数字23,因为Microsoft OneDrive对应的类型是23)
** See help for onedrive backend at: https://rclone.org/onedrive/ **
Microsoft App Client Id
Leave blank normally.
Enter a string value. Press Enter for the default ("").
client_id> (步骤5. 按enter键跳过)
Microsoft App Client Secret
Leave blank normally.
Enter a string value. Press Enter for the default ("").
client_secret> (步骤6. 按enter键跳过)
Edit advanced config? (y/n)
y) Yes
n) No (default)
y/n> n (步骤7. 输入n,采用默认设置)
Remote config
Use auto config?
* Say Y if not sure
* Say N if you are working on a remote or headless machine
y) Yes (default)
n) No
y/n> y (步骤8. 输入y,采用默认设置)
If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=lcvcDmCLf1ugmaCzlEtMSA
Log in and authorize rclone for access
Waiting for code...
----------------------------------
(步骤8执行后会跳转到Microsoft OneDrive账号登录界面和授权界面,登录后在授权请求界面点击“是”)
-----------------------------------
Got code
Choose a number from below, or type in an existing value
1 / OneDrive Personal or Business
\ "onedrive"
2 / Root Sharepoint site
\ "sharepoint"
3 / Type in driveID
\ "driveid"
4 / Type in SiteID
\ "siteid"
5 / Search a Sharepoint site
\ "search"
Your choice> 1 (步骤9. 输入1,数字1对应OneDrive Personal or Business)
Found 1 drives, please select the one you want to use:
0: (personal) id=cdffcd6a2a3dc176
Chose drive to use:> 0 (步骤10. 输入0,数字0对应OneDrive个人版)
Found drive 'root' of type 'personal', URL: https://onedrive.live.com/?cid=cdffcd6a2a3dc176
Is that okay?
y) Yes (default)
n) No
y/n> y 0 (步骤11. 输入y,采用默认设置)
--------------------
[onedrive]
type = onedrive
token = {"access_token":"(隐私信息省略)*************************************************************************************
drive_id = (隐私信息省略)***************
drive_type = personal
--------------------
y) Yes this is OK (default)
e) Edit this remote
d) Delete this remote
y/e/d> y (步骤12. 输入y)
Current remotes:
Name Type
==== ====
onedrive onedrive
e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q> q (步骤13. 输入q,退出)
实际操作起来可能会有一点点不一样,主要是按照程序给的提示来。
这些完成之后就可以选择是使用命令行来挂载和使用网盘,还是用图像界面。
我在用的时候是毫不犹豫的使用图形界面就是——RcloneBrowser了
也是一样先下载:github github2
有两个地方,第一个地方是下到v1.8第二个地方是下到v1.2可能是作者变了改仓库
我只用过v1.8的版本,不过我刚才下了v1.2的版本,发现可以直接用,没有v1.8要设置一下才行,然后就是1.8的版本是要安装的
1.2的版本不用安装直接是文件夹里打开.exe就可以用了
下面以1.8的版本为例
下载好后进行安装,然后进行配置,配置 rclone.exe 的路径还有 rclone.conf 配置文件的路径
rclone.conf 的路径 :C:\Users\****(用户的名称)\AppData\Roaming\rclone\rclone.conf
配置好之后就是点击'OK'然后就会有以下的界面,
双击刚刚创建的连接或者说网盘,就可以使用了
其实主要就是上传和下载两个功能,然后就是可以直接查看网盘的内容,比如你有两个OneDrive的账号,然后不是很习惯使用
office中onedrive的客户端就可以用rclone
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »