# 管理対象マッピングの空のドキュメント ライブラリ

## 状況

現在、一部のお客様で、管理されたマッピングによって割り当てられたボリュームについて、ドキュメント ライブラリにコンテンツがまったく表示されない問題が発生しています。これらのユーザーの権限は変更されておらず、Edge ブラウザーでは正しく表示されます。

KONNEKT は、SharePoint Online からこれらのデータを取得するために GraphAPI を使用します。この処理に関するクエリは、KONNEKT のログで次の行の前に見つけることができます。

```
[RESTkitClient] HTTP リクエスト (OneDriveClient::GetItemByPath) GET:
```

構造はこれに似ています。

```
https://graph.microsoft.com/v1.0/sites/TenantName.sharepoint.com:/sites/SiteName:/drive/root?$select=name
```

の問題 [Microsoft SharePoint の GitHub リポジトリ](https://github.com/SharePoint/sp-dev-docs/issues/10313).

## **解決策**

次のバージョンへアップグレードしてください [KONNEKT 2.11.2](https://docs.konnekt.io/ja/troubleshooting/kontentsugatsukaranai/noraiburari/pages/ad8fcff1909cb51ba3bae241bfcee7c4560f8022#id-2.11.2-published-2025-08-04) またはそれ以降。

影響を受ける Graph API 呼び出しを使用しない回避策を KONNEKT 2.11.2 に追加しました。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.konnekt.io/ja/troubleshooting/kontentsugatsukaranai/noraiburari/mappingunonodokyumento-raiburari.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
