# Limitaciones del tamaño de apertura de archivos

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

* KONNEKT **no se abrirán** archivos que sean 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.&#x20;
{% endhint %}

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

Puedes cambiar los umbrales de "open file size" mediante claves del registro. Esto puede ser una buena idea si estás limitando el [tamaño de la caché](/es/configuration/system-settings/cache-setting.md).

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

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

{% hint style="danger" %}
Nuestro equipo de soporte ofrecerá soporte limitado para entornos con umbrales superiores a los valores 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 sean mayores que este tamaño se abren en modo de solo lectura en las 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 abras archivos que sean mayores que este tamaño en las cuentas de OneDrive y O365.

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


---

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