OneDrive / onedrive-sdk-python

OneDrive SDK for Python! https://dev.onedrive.com
MIT License
1.08k stars 189 forks source link

Mounting OneDrive to Google Colab #202

Open erguntiryaki opened 2 years ago

erguntiryaki commented 2 years ago

Dear OneDrive SDK Team,

I am working on Google Colab and want to use my storage on OneDrive. Mounting Google drive is very handy when working in Colab. Is it possible to mount OneDrive to Colab? Is there a code example that I can use?

To mount Google Drive: from google.colab import drive drive.mount('/content/gdrive/)

Any help will be greatly appreciated. Thank you so much.

KTibow commented 2 years ago

Dear OneDrive SDK Team,

The bad news is that the people you speak of basically no longer exist. This is a dead repo. However, you could probably figure out how to download or upload data with this library; make sure you have something like VS Code's Intellisense to autocomplete and show you docstrings. As far as I know, you can't "mount" Onedrive. If you need me to elaborate, let me know.

erguntiryaki commented 2 years ago

Hello @KTibow, thank you so much for the kind reply. I will try to figure it out as you suggest.

Cheers,

aissak21 commented 1 year ago

HI @erguntiryaki Same query here. Have you gotten anything that works?

Rushikesh-Malave-175 commented 1 year ago

you can mount onedrive actually you need to use rclone. here are 2 videos that i watched to mount onedrive: https://youtu.be/8_lsEAKJv8c , https://youtu.be/U6YPgARhRzA

Rushikesh-Malave-175 commented 1 year ago

hope im not too late

Longhuiberkeley commented 1 year ago

@Rushikesh-Malave-175 I am trying to mount OneDrive onto my Colab project. Thanks for your effort to reply