小编Gir*_*ran的帖子

使用 Microsoft Graph API 获取文件夹中的所有文件

要求 - 需要访问文档库中的特定文件

文件路径 - 主机名/站点/站点名/共享文档/Folder1/File1

我尝试过这些

https://graph.microsoft.com/v1.0/sites/{host-name}/sites/{site-id}:/drives

  • 获取该站点中的所有文档库

https://graph.microsoft.com/v1.0/sites/{host-name}/sites/{site-id}:/drives/{drive-id}/root/children

尝试上面的错误,错误的请求。

我是 MS Graph 的新手,不知道哪里出了问题。任何帮助将不胜感激。

sharepoint microsoft-graph-files power-automate microsoft-graph-api

5
推荐指数
2
解决办法
3万
查看次数