OneDrive / onedrive-sdk-python

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

ImportError: 'onedrivesdk' has been deprecated. #169

Open john012343210 opened 4 years ago

john012343210 commented 4 years ago

so basically this repository should be achieved?

KTibow commented 4 years ago

I don't get that error, @AronWater. Make sure you installed this library, not the deprecated version. You may be able to upgrade by running

sudo pip3 install git+https://github.com/OneDrive/onedrive-sdk-python.git
sudo pip3 install --upgrade git+https://github.com/OneDrive/onedrive-sdk-python.git

If this fixed your issue, consider closing it.