> 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/pt/troubleshooting/causas-de-conteudo-em-falta/bibliotecas-vazias/bibliotecas-de-documentos-vazias-para-mapeamentos-geridos.md).

# Bibliotecas de documentos vazias para mapeamentos geridos

## Situação

Atualmente, alguns clientes estão a ter problemas em que as Bibliotecas de Documentos não mostram qualquer conteúdo para volumes que foram mapeados por mapeamentos geridos. As permissões destes utilizadores não mudaram e são apresentadas corretamente através do navegador Edge.

O KONNEKT usa a GraphAPI para obter estes dados do SharePoint Online. A consulta responsável por isto pode ser localizada nos registos do KONNEKT que precedem esta linha:

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

A estrutura é semelhante a esta:

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

Problema no [repositório GitHub do Microsoft SharePoint](https://github.com/SharePoint/sp-dev-docs/issues/10313).

## **Solução**

Por favor, atualize para [KONNEKT 2.11.2](https://docs.konnekt.io/pt/troubleshooting/causas-de-conteudo-em-falta/bibliotecas-vazias/pages/1f52d3a20466af72677e9caae97aa9310e3c8775#id-2.11.2-published-2025-08-04) ou posterior.

Adicionámos uma mitigação no KONNEKT 2.11.2 que não usa as chamadas afetadas da Graph API.


---

# 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/pt/troubleshooting/causas-de-conteudo-em-falta/bibliotecas-vazias/bibliotecas-de-documentos-vazias-para-mapeamentos-geridos.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.
