> 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/configuration/system-settings/open-file-size-limitations.md).

# Limitaciones del tamaño de archivo al abrir

De forma predeterminada, KONNEKT limita el tamaño de los archivos que abre en SharePoint o lee desde SharePoint:

* KONNEKT **no se abrirán** archivos que son mayores de 1 GB
* KONNEKT **se abrirán** archivos en **solo lectura**, si son mayores de 500 MB

{% hint style="success" %}
Recomendamos mantener estos valores predeterminados.
{% endhint %}

## Cambiar los valores predeterminados del tamaño de apertura de archivos

Puede cambiar los umbrales de "tamaño de apertura de archivos" mediante claves del registro. Esto puede ser una buena idea si está restringiendo el [tamaño de la caché](/es/configuration/system-settings/cache-setting.md).

{% hint style="info" %}
Tenga en cuenta que esto se refiere a los tamaños de archivo que KONNEKT está abriendo/leyendo **desde** SharePoint Online.

Es **no** acerca del tamaño de los archivos que está escribiendo **a** SharePoint Online.
{% endhint %}

{% hint style="danger" %}
Nuestro equipo de soporte ofrecerá soporte limitado para entornos con umbrales mayores que los predeterminados.
{% endhint %}

### **Umbral de solo lectura**

**Nombre del valor:** `OneDriveOpenFilesLargerThanReadOnly`\
**Ubicación de almacenamiento del valor:** `HKCU\SOFTWARE\GlueckKanja\Konnekt`\
**Tipo de valor:** `DWORD`\
**Unidad del valor:** `bytes`

Los archivos que son mayores que este tamaño se abren en modo de solo lectura en cuentas de OneDrive y O365.

**Predeterminado: 512 \* 1024 \* 1024 bytes = 500 MB**

### **Umbral de bloqueo de apertura**

**Nombre del valor:** `OneDriveDoNotOpenFilesLargerThan`\
**Ubicación de almacenamiento del valor:** `HKCU\SOFTWARE\GlueckKanja\Konnekt`\
**Tipo de valor:** `DWORD`\
**Unidad del valor:** `bytes`

No abra archivos que sean mayores que este tamaño en cuentas de OneDrive y O365.

**Predeterminado: 1024 \* 1024 \* 1024 bytes = 1 GB**


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.konnekt.io/es/configuration/system-settings/open-file-size-limitations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
