Mount OneDrive to Google Colab
Hi readers, If you are here I assume you have some files in your onedrive storage and you want to access that from google colab without the hassle of downloading and uploading over and over. You are exactly where you need to be. Let me brief you quickly as to what we are gonna do through this blog and then we will get right to the steps because I am sure you have been searching for quite some time for this. Contents: Downloading Rclone software Authorizing Rclone to your onedrive account from local Generate config token on the local system Use generated token to authorize google colab Final mount and access files Now, that I have given an outline of what will be done throughout the blog, let's get to the steps without further delay. Step 1: Firstly download the rclone software on your local system from here based on your system specifications. Make sure to download the latest version at the time you are reading this blog. Step 2: After step 1, the rclone software will...