嘟嘟社区

【求助】rclone添加Google Drive没有获取API密钥的链接


rt,按照这个配置添加的
  1. Storage> 12  # 选择12,Google Drive
  2. ** See help for drive backend at: https://rclone.org/drive/ **
  3. Google Application Client Id
  4. Leave blank normally.
  5. Enter a string value. Press Enter for the default ("").
  6. client_id>  # 留空,回车
  7. Google Application Client Secret
  8. Leave blank normally.
  9. Enter a string value. Press Enter for the default ("").
  10. client_secret>  # 留空,回车
  11. Scope that rclone should use when requesting access from drive.
  12. Enter a string value. Press Enter for the default ("").
  13. Choose a number from below, or type in your own value
  14. 1 / Full access all files, excluding Application Data Folder.
  15.     "drive"
  16. 2 / Read-only access to file metadata and file contents.
  17.     "drive.readonly"
  18.    / Access to files created by rclone only.
  19. 3 | These are visible in the drive website.
  20.    | File authorization is revoked when the user deauthorizes the app.
  21.     "drive.file"
  22.    / Allows read and write access to the Application Data folder.
  23. 4 | This is not visible in the drive website.
  24.     "drive.appfolder"
  25.    / Allows read-only access to file metadata but
  26. 5 | does not allow any access to read or download file content.
  27.     "drive.metadata.readonly"
  28. scope> 1
  29. ID of the root folder
  30. Leave blank normally.
  31. Fill in to access "Computers" folders. (see docs).
  32. Enter a string value. Press Enter for the default ("").
  33. root_folder_id>  # 留空,回车
  34. Service Account Credentials JSON file path
  35. Leave blank normally.
  36. Needed only if you want use SA instead of interactive login.
  37. Enter a string value. Press Enter for the default ("").
  38. service_account_file>
  39. Edit advanced config? (y/n)
  40. y) Yes
  41. n) No
  42. y/n> n
  43. Remote config
  44. Use auto config?
  45. * Say Y if not sure
  46. * Say N if you are working on a remote or headless machine or Y didn’t work
  47. y) Yes
  48. n) No
  49. y/n> n

复制代码

之后出现的是下面这个,没有预期(我看有图比视频教程中)获取API密钥的链接,请问该怎么操作呀?

  1. Option config_token.
  2. For this to work, you will need rclone available on a machine that has
  3. a web browser available.
  4. For more help and alternate methods see: https://rclone.org/remote_setup/
  5. Execute the following on the machine with the web browser (same rclone
  6. version recommended):
  7.         rclone authorize "drive" "eyJzY29wZSI6ImRyaXZlIn0"
  8. Then paste the result.
  9. Enter a value.
  10. config_token>

复制代码

用旧版的RCLONE或用GCLONE
换个rclone 版本就好了

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

老哥 大概得多旧的版本呀?0.96~1.59.1
可以给个推荐吗?

1.55.1
这是什么?