Share via

Microsoft Graph

Anonymous
2020-09-16T16:46:13.503+00:00

We are writing an application that uses Microsoft Graph to query files stored on dropbox. The problem we are having is that while querying the root of the drive with a url such as "https://graph.microsoft.com/v1.0/me/drive/root/Search(q='testquery')" will return all the files we would expect, if we narrow the search by directory path, ie. "https.../drive/root:/FolderA/FolderB:/Search(q='testquery')" we cannot recover files with certain extensions, like .bin, or with no extensions at all. Even if we further parameterize the query with the 'filetype:.bin' modifier we do not get the results we expect. We read through the graph search api docs and kql syntax and cannot find an explanation.

Microsoft Security | Microsoft Entra | Microsoft Entra ID

Your answer

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