- Setup Rclone by following offical instructions: https://rclone.org/docs/
- Find your
rclone.conf
file, it should look like this:
[DRIVENAME]
type = WHATEVER
client_id = WHATEVER
client_secret = WHATEVER
scope = WHATEVER
token = WHATEVER
others entries...
- Find the drive you want to use, and copy its
type = ...
to... token = ...
section. - Replace all linebreaks with
\n
- Deploy with the button above, and paste that text in
RCLONE_CONFIG
- Set
RCLONE_DESTINATION
to a path you want to store your downloaded files.