Office365-REST-Python-Client
Office365-REST-Python-Client copied to clipboard
How to get Drive from Web URL
Is it possible to get Drive object from the Web URL? All tutorial and test cases I've seen are either using root or iterating the site.drives.
I want to get Drive object for https://tenant.sharepoint.com/sites/MySite/MyOwnDrive/, is it possible to do using this library without having to iterate through site.drives?