Client side paging using Microsoft OneDrive API/SDK
问题 I am trying to implement client side paging using Microsoft OneDrive API/SDK. For that I need the total count of items as response from the API, and based on the skip and maximum limit value passed to the API, the response should be fetched. In the List Items link, it is mentioned that we can achieve this using the query strings provided here. Based on this assumption, I am building the URL for API call as below: string.Format("https://graph.microsoft.com/v1.0/me/drive/root/children?$skip={0}