OneDrive / onedrive-sdk-python

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

How to get quota #108

Closed nakioman closed 4 years ago

nakioman commented 7 years ago

Can someone point me to an example on how to get the quota with the Api? Thanks

cnbeining commented 6 years ago

https://github.com/cnbeining/onedrivecmd/blob/master/onedrivecmd/utils/actions.py#L512-L546

KTibow commented 4 years ago

@nakioman does that solve your issue? Consider closing. If you think it should be part of the OneDrive SDK, keep in mind it's supposed to be a simple SDK.

nakioman commented 4 years ago

Yes, thanks