I am using OneDrive ios sdk in my app. I need to show the total space and used space in one of my screen. How can I use LiveConnectionClient api to fetch these details?
I found out the answer. Call this
[self.liveClient getWithPath:@"me/skydrive/quota" delegate:self userState:@"getQuota"];