question

RaviNatarajan-7438 avatar image
0 Votes"
RaviNatarajan-7438 asked RaviNatarajan-7438 commented

Graph API - Include image file information in search results

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.

microsoft-graph-search
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

The following query also does not work https://graph.microsoft.com/v1.0/drives/{ {driveId}}/items/{ {folderId}}/search(q='1609')?select=name,id,file

0 Votes 0 ·

0 Answers