Forum Discussion
MattCasey
Apr 08, 2019Copper Contributor
Graph API Drive search returns results containing all items in the drive
I'm using v1.0 API /search to find files within our drive using an app-only token using requests similar to; drives/{driveid}/root/search(q='test') Since 2019-04-03T18:36Z these requests are gettin...
Atul_Vekariya
Apr 09, 2019Copper Contributor
MattCasey
I am facing the same issue. Did you get any solutions?
- MattCaseyApr 09, 2019Copper Contributor
Atul_Vekariya Hi. No proper fix so far but I did find out that you can search the entire drive still if you omit the /root part of the endpoint.
See https://github.com/OneDrive/onedrive-api-docs/issues/1041 in Github for more info.- Atul_VekariyaApr 15, 2019Copper Contributor
MattCasey
Yes, you're right, I tried without /root it works for me.