環境
. _ OneDrive
_Graph RESTful API
OneDrive
for Businessのクエリ:
GET: graph.microsoft.com/v1.0/drives/<driveID>/items/<itemID>/permissions.
と :
GET :graph.microsoft.com/v1.0/drives/<driveID>/root/permissions/<itemID>
次のエラーが表示されます。
"code": "-2130575138, Microsoft.SharePoint.SPException",
"message": "MountPoint security error: host web isn't a personal site"
ただし、次のリクエストを送信すると:
GET: graph.microsoft.com/v1.0/drive/items/root/permissions
Sharepoint オンライン サイトでアクセス許可を取得します。そのため、オンラインの共有ポイントでは機能しますが、OneDrive では機能しません。
質問
を使用して完全な権限情報を取得するにはどうすればよいGraph REST API
ですか?
ありがとう。