OneDrive / onedrive-sdk-python

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

https://api.office.com/discovery/ raises 404 #118

Open jjorissen52 opened 6 years ago

jjorissen52 commented 6 years ago

https://api.office.com/discovery/v2.0/me does not. But it does return an invalid resource (allServices). Not sure where to go from here.

KTibow commented 4 years ago

@jjorissen52 upgrade your library with

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

and try running again. If that works, consider closing.