0

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?

Advaith
  • 1,087
  • 3
  • 12
  • 31
  • The question is tagged with onedrive-api, Was OneDrive REST API call sufficing your need considered? – Sridhar Nov 08 '14 at 12:00

1 Answers1

0

I found out the answer. Call this

[self.liveClient getWithPath:@"me/skydrive/quota" delegate:self userState:@"getQuota"];

Advaith
  • 1,087
  • 3
  • 12
  • 31