Search code examples
live-sdkonedrive

How to find out Total Space and Used space in One Drive Account (IOS Sdk)?


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?


Solution

  • I found out the answer. Call this

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