# Empty document libraries for managed mappings

## Situation

Currently, some customers are experiencing issues where Document Libraries don't show any content for volumes that were mapped by managed mappings. Permissions for these users didn't change and are displayed properly via the Edge browser.

KONNEKT uses the GraphAPI to get these data from SharePoint Online. The query responsible for this can be located in the KONNEKT logs preceding this line:

```
[RESTkitClient] Http request (OneDriveClient::GetItemByPath) GET:
```

The structure is similar to this:

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

Issue in the [Microsoft SharePoint Github repo](https://github.com/SharePoint/sp-dev-docs/issues/10313).

## **Solution**

Please upgrade to [KONNEKT 2.11.2](https://docs.konnekt.io/troubleshooting/causes-of-missing-content/empty-libraries/pages/-M8zM0M0y-TYoiZ5JFE-#id-2.11.2-published-2025-08-04) or later.

We added a mitigation in KONNEKT 2.11.2 that does not use the affected Graph API calls.


---

# 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/troubleshooting/causes-of-missing-content/empty-libraries/empty-document-libraries-for-managed-mappings.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.
