use rclone on colab

Solutions on MaxInterview for use rclone on colab by the best coders in the world

showing results for - "use rclone on colab"
Louise
06 Nov 2017
1## on jupyter notebook cells
2# install rclone
3! curl https://rclone.org/install.sh | sudo bash
4# setup the default config file
5! mkdir /root/.config/rclone/
6config = """
7RCLONE_ENCRYPT_V0:
88nKbmBes1LhfViVPk1b4rfmXeDLwjOgFRCQSKQJARLt43kY6hyutSoKXZ+YelRSlNGStD1wNmA3scjoiDgdYEDpdx/DQsLUzytbwsOc3cbnZyWaywPvSFqkG
9"""
10with open('/root/.config/rclone/rclone.conf', 'w') as file:
11  file.write(config)
12# use rclone
13! rclone copy a b
queries leading to this page
use rclone on colabuse rclone on colab