尝试返回站点上的所有DriveItems。我执行以下操作以获取返回结果的驱动器
获取https://graph.microsoft.com/v1.0/sites/mycompany.sharepoint.com:/sites/mysite:/drive
但是下面的代码返回“指定的url无效”
https://graph.microsoft.com/v1.0/sites/mycompany.sharepoint.com:/sites/mysite:/drive/items
发布于 2019-07-15 09:59:50
您可以通过这种方式获取根文件夹。
GET https://graph.microsoft.com/v1.0/sites/mycompany.sharepoint.com/sites/mysite/drive/root/children
https://stackoverflow.com/questions/57027216
复制相似问题