Skip to content
tangyoha edited this page Feb 13, 2023 · 1 revision

first change your config.yaml

upload_drive:
    enable_upload_file: true

install rclone

you can install rclone in https://rclone.org/downloads/

Google Drvie

note: If you don't have access to the Google Drive console, then you should set the proxy before calling any rclone commands

  • in window
set https_proxy=https://127.0.0.1:your_port
  • in linux
export https_proxy=https://127.0.0.1:your_port

Check this youtube video (not mine, credits to author):