使用图表 api 签入 onedrive 文档
checkin a one drive document using graph api
我正在尝试使用 Microsoft Graph 检出驱动器项目 API
如https://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_checkout#example
所述
但是当我尝试使用 graph API 资源管理器时,它给我一个错误
不支持的细分类型。 ODataQuery:sites/bluejdemo.sharepoint.com/drives/...
签入和签出仅在 Microsoft Graph 的 /beta/ 版本中可用。我可以看到文档没有说清楚,对此深表歉意。我会确保更新这些文档。
您需要拨打以下电话:
https://graph.microsoft.com/beta/sites/{insert your URL here}/checkout
我正在尝试使用 Microsoft Graph 检出驱动器项目 API 如https://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_checkout#example
所述但是当我尝试使用 graph API 资源管理器时,它给我一个错误 不支持的细分类型。 ODataQuery:sites/bluejdemo.sharepoint.com/drives/...
签入和签出仅在 Microsoft Graph 的 /beta/ 版本中可用。我可以看到文档没有说清楚,对此深表歉意。我会确保更新这些文档。
您需要拨打以下电话:
https://graph.microsoft.com/beta/sites/{insert your URL here}/checkout