OneDrive / onedrive-sdk-python

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

How to access file from a certain folder #195

Open ekaterinaterzieva opened 2 years ago

ekaterinaterzieva commented 2 years ago

I only see examples with the root folder, how can I access other folders in my onedrive?

KTibow commented 2 years ago

You should be able to just add the folder name first.

RasyidMF commented 2 years ago

Follow my code example :

folder = client.item(path="/YOUR_PATH")