> For the complete documentation index, see [llms.txt](https://docs.konnekt.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.konnekt.io/es/troubleshooting/causas-de-contenido-faltante/bibliotecas-vacias/bibliotecas-de-documentos-vacias-para-asignaciones-administradas.md).

# Bibliotecas de documentos vacías para asignaciones administradas

## Situación

Actualmente, algunos clientes están experimentando problemas en los que las bibliotecas de documentos no muestran ningún contenido para volúmenes que fueron asignados mediante asignaciones administradas. Los permisos de estos usuarios no cambiaron y se muestran correctamente a través del navegador Edge.

KONNEKT utiliza la GraphAPI para obtener estos datos de SharePoint Online. La consulta responsable de esto se puede encontrar en los registros de KONNEKT que preceden a esta línea:

```
[RESTkitClient] Solicitud HTTP (OneDriveClient::GetItemByPath) GET:
```

La estructura es similar a esta:

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

Problema en el [repositorio de GitHub de Microsoft SharePoint](https://github.com/SharePoint/sp-dev-docs/issues/10313).

## **Solución**

Por favor, actualice a [KONNEKT 2.11.2](https://docs.konnekt.io/es/troubleshooting/causas-de-contenido-faltante/bibliotecas-vacias/pages/1d3ae55fa3e814e4038d8d74347268a7fbda1c2a#id-2.11.2-published-2025-08-04) o posterior.

Agregamos una mitigación en KONNEKT 2.11.2 que no utiliza las llamadas afectadas de la API de Graph.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/es/troubleshooting/causas-de-contenido-faltante/bibliotecas-vacias/bibliotecas-de-documentos-vacias-para-asignaciones-administradas.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.
