Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
tangyoha edited this page Feb 12, 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):

Clone this wiki locally