The 'search my OneDrive' query seems to have a problem

Lawrence Lei 0 Reputation points
2024-07-04T02:55:18.2+00:00

I'm using 'search my OneDrive' query to request a list of the files in my OneDrive with specified string of file name. A week ago this query worked very well, but now it seems to be bugged. See the below example:

At Graph Explorer website, I'm using the query 'https://graph.microsoft.com/v1.0/me/drive/root/search(q='IO-2024-05-27')?select=name,id,webUrl'. A week ago, it would return a json file with a list of file names, ids, and weburls where the file names are starting with 'IO-2024-05-27', like IO-2024-05-27-01.csv, IO-2024-05-27-02.csv, etc.
But this time, it returns like below:
User's image

While I can confirm there are multiple files should match the search, shown below:
User's image

That's why I thought something happened to this search query, because I used it last week and it worked well

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,422 questions
0 comments No comments
{count} votes