在Office 365商业帐户上,当我尝试像这样从OneDrive中的特定文件夹搜索内容时:
https://graph.microsoft.com/v1.0/me/drive/items/ {the_folder_id} / search(q ='arbre')?select = name,webDavUrl
或
https://graph.microsoft.com/v1.0/me/drive/root:/Documents/Jardin:/search(q='arbre')?select = name,webDavUrl
它从根文件夹?!中返回搜索结果。
有什么想法吗?