OneDrive / onedrive-sdk-python

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

Shared File/Folder #134

Open vyacheslavparkhomenko opened 6 years ago

vyacheslavparkhomenko commented 6 years ago

Hello, please tell me how I could have access to a shared folder in onedrive with onedrive sdk? Or I have next situation: I have a link to a file in one drive. How I could download this file with onedrivesdk python? P.S. Very very very thanks everybody

KTibow commented 4 years ago

@vyacheslavparkhomenko here's the docs: https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/using-sharing-links?view=odsp-graph-online You can do the alike as many others and use the requests library to do it. Given that the OneDrive SDK is supposed to be simple, if you don't think other people want that functionality, consider closing your issue.