This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| only use if token and | |
| Change token to own and drive_id as well | |
| Must install rclone on local machine as well | |
| """ | |
| !sudo apt-get -y install fuse3 | |
| !curl https://rclone.org/install.sh | sudo bash | |
| !mkdir -p /root/.config/rclone/ | |
| Token = {YOUR_TOKEN_HERE} # as a string | |
| driveID = {YOUR_DRIVE_ID_HERE} #as a string |