【已解决】rclone添加Google Drive没有获取API密钥的链接

112次阅读

共计 2343 个字符,预计需要花费 6 分钟才能阅读完成。

rt,按照这个配置添加的 Storage> 12# 选择 12,Google Drive
** See help for drive backend at: https://rclone.org/drive/ **
Google Application Client Id
Leave blank normally.
Enter a string value. Press Enter for the default ("").
client_id># 留空,回车
Google Application Client Secret
Leave blank normally.
Enter a string value. Press Enter for the default ("").
client_secret># 留空,回车
Scope that rclone should use when requesting access from drive.
Enter a string value. Press Enter for the default ("").
Choose a number from below, or type in your own value
1 / Full access all files, excluding Application Data Folder.
"drive"
2 / Read-only access to file metadata and file contents.
"drive.readonly"
/ Access to files created by rclone only.
3 | These are visible in the drive website.
| File authorization is revoked when the user deauthorizes the app.
"drive.file"
/ Allows read and write access to the Application Data folder.
4 | This is not visible in the drive website.
"drive.appfolder"
/ Allows read-only access to file metadata but
5 | does not allow any access to read or download file content.
"drive.metadata.readonly"
scope> 1
ID of the root folder
Leave blank normally.
Fill in to access "Computers" folders. (see docs).
Enter a string value. Press Enter for the default ("").
root_folder_id># 留空,回车
Service Account Credentials JSON file path
Leave blank normally.
Needed only if you want use SA instead of interactive login.
Enter a string value. Press Enter for the default ("").
service_account_file>
Edit advanced config? (y/n)
y) Yes
n) No
y/n> n
Remote config
Use auto config?
* Say Y if not sure
* Say N if you are working on a remote or headless machine or Y didn’t work
y) Yes
n) No
y/n> n 复制代码
之后出现的是下面这个,没有预期(我看有图比视频教程中)获取 API 密钥的链接,请问该怎么操作呀?
Option config_token.
For this to work, you will need rclone available on a machine that has
a web browser available.
For more help and alternate methods see: https://rclone.org/remote_setup/
Execute the following on the machine with the web browser (same rclone
version recommended):
rclone authorize "drive" "eyJzY29wZSI6ImRyaXZlIn0"
Then paste the result.
Enter a value.
config_token>
复制代码
【已解决】rclone 添加 Google Drive 没有获取 API 密钥的链接
***************************************
更新:参考以下三篇文章已解决
https://hostloc.com/thread-993170-1-1.html
https://winamp.top/161.html
https://winamp.top/219.html
***************************************

用旧版的 RCLONE 或用 GCLONE【已解决】rclone 添加 Google Drive 没有获取 API 密钥的链接换个 rclone 版本就好了

danielzi 发表于 2022-9-1 16:43
用旧版的 RCLONE 或用 GCLONE

老哥 大概得多旧的版本呀?0.96~1.59.1
可以给个推荐吗?1.55.1【已解决】rclone 添加 Google Drive 没有获取 API 密钥的链接这是什么?
【已解决】rclone 添加 Google Drive 没有获取 API 密钥的链接【已解决】rclone 添加 Google Drive 没有获取 API 密钥的链接

muyijiang 发表于 2022-9-1 17:25
这是什么?

我也不知道

radiogaga 发表于 2022-9-1 18:38
我也不知道

这是新的授权方式,你直接复制这个到本地安装过的 rclone 环境中,cmd 授权【已解决】rclone 添加 Google Drive 没有获取 API 密钥的链接

muyijiang 发表于 2022-9-1 22:20
这是新的授权方式,你直接复制这个到本地安装过的 rclone 环境中,cmd 授权

嗯嗯,是的,我已经获取到了,谢谢了

正文完
 0