这是来自图形浏览器的示例查询:
https://graph.microsoft.com/v1.0/me/drive/root/search(q='finance')?select=name,id,webUrl
目前,https://graph.microsoft.com/v1.0/me/drive/root/search似乎在我自己的租户和微软的测试租户中都失败了。我的印象是演示查询应该始终在测试租户中工作(https://developer.microsoft.com/en-us/graph/graph-explorer - 不要登录,使用示例数据)。这让我相信目前 ms graph 中的这个函数存在一个普遍的问题。
还有其他人遇到同样的问题吗?我应该使用不同的方法来搜索 onedrive 吗?