Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序中使用 OneDrive ios sdk。我需要在我的一个屏幕上显示总空间和已用空间。如何使用 LiveConnectionClient api 来获取这些详细信息?
我找到了答案。调用这个
[self.liveClient getWithPath:@"me/skydrive/quota" delegate:self userState:@"getQuota"];