What is the correct way to fetch all the data of onedrive using delta API and paging?

Anuja Deshpande 21 Reputation points
2020-07-10T18:48:20.663+00:00

As delta API does not provide orderBy feature, How can I make sure that no data loss will occur if I use delta API and paging. I want to fetch all data since the user started using onedrive using API.
currently, I am fetching data using API : https://graph.microsoft.com/beta/me/drive/root/delta?$top=100&token=

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,449 questions
0 comments No comments
{count} votes

Accepted answer
  1. 2020-07-10T19:34:09.553+00:00

    Please take a look to Track changes for a Drive for recommended patterns and Retrieving the current deltaLink for a note regarding pagination of children.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.