Relative Content

Tag Archive for microsoft-graph-apionedrive

Microsoft Graph API Fetching Large Quantity of Small Documents From OneDrive Returns Duplicates

I’m working on an app that uses the Microsoft Graph API to fetch the contents of OneDrive based on a supported search criteria, (Modified Date Range, Keyword, Author…etc). When we started testing we ran into a crippling issue, we are not getting all of the expected documents back from Microsoft Graph API, some of those documents are duplicates. In our case, we expected 10k unique documents to be returned, we got 10k documents back but 1,098 of those documents were duplicates, so we are missing 1,098 unique documents on the request.