I am using https://graph.microsoft.com/beta/drives/{ {driveId}}/items/{ {folderId}}/search(q='blah')?select=name,id,file. Its not returning images that have the specific value 'blah' set in one of the column.
I am using https://graph.microsoft.com/beta/drives/{ {driveId}}/items/{ {folderId}}/search(q='blah')?select=name,id,file. Its not returning images that have the specific value 'blah' set in one of the column.
The following query also does not work https://graph.microsoft.com/v1.0/drives/{ {driveId}}/items/{ {folderId}}/search(q='1609')?select=name,id,file
2 people are following this question.