Snippets Collections
#Run this from cmd.
$ rclone authorize "onedrive"

# Download & Install Latest Setup
!curl https://rclone.org/install.sh | sudo bash

# Authenticate One Drive
!rclone config

# Mount One Drive
#To stream files we need to mount One Drive.
!sudo mkdir /content/onedrive
!nohup rclone --vfs-cache-mode writes mount onedrive: /content/onedrive &
star

Sun Apr 24 2022 13:33:43 GMT+0000 (Coordinated Universal Time) https://www.youtube.com/watch?v=U6YPgARhRzA

#colab #onedrive #rclone

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension