> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/es/knowledge-base/knowledge-base-articles/all-files-access-permission-denied-in-remote-desktop-manager-android.md).

# Permiso de acceso a todos los ficheros denegado en Remote Desktop Manager Android

Google ha impuesto políticas de privacidad más estrictas y nos ha denegado el permiso ***All Files Access***. Este permiso es esencial para varias funciones de nuestra aplicación y, sin él, algunas funcionalidades no están disponibles o se ven considerablemente afectadas. Estas funciones incluyen:

* **Vista dividida**: esta función ya no está disponible para las sesiones FTP, SMB, Google Drive y Azure Blob Storage. Los usuarios no podrán explorar la estructura de ficheros de su dispositivo local ni copiar y mover ficheros fácilmente entre el dispositivo y la sesión remota. Solo será visible la estructura de ficheros del host remoto, lo que dificulta la gestión de ficheros.
* **Sesiones RDP**: exploración de ficheros del cliente desde el host remoto: los hosts remotos ya no pueden explorar los ficheros del cliente en el dispositivo Android, lo que impide la manipulación de ficheros entre el host remoto y el cliente.
* **Sesiones SSH**: la compatibilidad con Zmodem para subir y descargar ficheros ya no está disponible.
* **Sesiones SFTP**: las marcas de tiempo originales no se conservan al descargar ficheros. El fichero descargado tendrá la marca de tiempo de la descarga real en lugar de la del fichero original.

Lamentamos las molestias que esto pueda causar y nos comprometemos a mejorar la experiencia del usuario. También trabajaremos con Google para intentar recuperar el permiso ***All Files Access*** que teníamos anteriormente, hasta que fue revocado recientemente por motivos que estamos tratando de averiguar.


---

# 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.devolutions.net/rdm/es/knowledge-base/knowledge-base-articles/all-files-access-permission-denied-in-remote-desktop-manager-android.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.
