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>
复制代码
|