# ¿Cuál es la longitud máxima de la ruta y del nombre de archivo?

KONNEKT tiene que respetar los límites de longitud de la ruta y del nombre de archivo de ambos mundos:

* **SharePoint Online** \
  y
* **Windows**.

La longitud máxima de un nombre de archivo, incluida la ruta, es **260 caracteres** en total.

Consta de la ruta y del nombre de archivo:

* **ruta** es: `\\onedrive-<yourTenant>\<site>\<library>\<foldernames>\`\
  Está limitada a 248 caracteres.
* **nombre de archivo** es: `<nombre>.<extensión>`\
  Siempre se conservan 12 caracteres para el nombre de archivo (8.3). La ruta y el nombre de archivo juntos no deben superar el límite de 260 caracteres en total.

Estos límites se deben principalmente a las restricciones del sistema operativo Windows y del Explorador de archivos. Los detalles se pueden encontrar [aquí](https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd).


---

# 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/es/troubleshooting/what-is-the-maximum-path-and-file-name-length.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.
