> 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/it/knowledge-base/knowledge-base-articles/all-files-access-permission-denied-in-remote-desktop-manager-android.md).

# Autorizzazione di accesso a tutti i file negata in Remote Desktop Manager Android

Google ha applicato politiche sulla privacy più restrittive, negandoci l'autorizzazione ***All Files Access***. Questa autorizzazione è essenziale per diverse funzionalità della nostra applicazione e, senza di essa, alcune funzionalità non sono disponibili o risultano notevolmente compromesse. Tali funzionalità includono:

* **Vista divisa**: questa funzionalità non è più disponibile per le sessioni FTP, SMB, Google Drive e Azure Blob Storage. Gli utenti non potranno sfogliare la struttura dei file sul proprio dispositivo locale né copiare e spostare facilmente i file tra il dispositivo e la sessione remota. Sarà visibile solo la struttura dei file sull'host remoto, rendendo laboriosa la gestione dei file.
* **Sessioni RDP**: esplorazione dei file client dall'host remoto: gli host remoti non possono più sfogliare i file client sul dispositivo Android, ostacolando la manipolazione dei file tra l'host remoto e il client.
* **Sessioni SSH**: il supporto Zmodem per il caricamento e il download non è più disponibile.
* **Sessioni SFTP**: i timestamp originali non vengono conservati durante il download dei file. Il file scaricato avrà il timestamp del download effettivo anziché quello del file originale.

Ci scusiamo per gli eventuali inconvenienti causati e ci impegniamo a migliorare l'esperienza utente. Collaboreremo inoltre con Google per cercare di riottenere l'autorizzazione ***All Files Access*** che avevamo in precedenza, fino a quando è stata revocata di recente per motivi che stiamo cercando di comprendere.


---

# 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/it/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.
