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?
Asked
Active
Viewed 170 times
1 Answers
0
I found out the answer. Call this
[self.liveClient getWithPath:@"me/skydrive/quota" delegate:self userState:@"getQuota"];

Advaith
- 1,087
- 3
- 12
- 31
-
can you write it in more detail? like where you get response? which delegate need to implement? – Preetam Jadakar Dec 17 '14 at 13:11
-
i want to implement search functionality..if you did it please reply – Preetam Jadakar Dec 17 '14 at 13:11