> For the complete documentation index, see [llms.txt](https://docs.videsk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videsk.io/es-developers/grabaciones/local/google-drive-filestream.md).

# Google Drive / FileStream

{% hint style="warning" %}
Recuerda que es de tú responsabilidad restringir el acceso a las grabaciones en Google Drive.
{% endhint %}

## 1. Descargar FileStream

Deberás ingresar a la página de soporte de Google Drive acá:

<https://support.google.com/drive/answer/7329379>

### Descarga directa

[FileStream para Windows](https://dl.google.com/drive-file-stream/GoogleDriveSetup.exe)

[FileStream para Mac](https://dl.google.com/drive-file-stream/GoogleDrive.dmg)

## 2. Instale FileStream

Siga los pasos de instalación para Windows o Mac.

![Vista de instalación en Windows](/files/fcrBCvEuP4r9GmMLHAEE)

### 3. Configure sus preferencias

Selecciones las casillas sobre sus preferencias respecto a crear un acceso directo de File Stream en el escritorio de su ordenador y sobre añadir accesos directos de Documentos, Hojas e cálculo y presentaciones de Google.

![Vista de preferencias](/files/F62IqozIa661pkOLwMaz)

### 4. Instalación

Continúe con la instalación hasta ver el siguiente mensaje:

![Vista de instalación finalizada](/files/lJSEFyudpFbd2jdZbqs0)

Una vez que haya finalizado la instalación deberás configurar la carpeta descarga del navegador a utilizar.

{% content-ref url="/pages/vZDK1vgojresErIB3Vp0" %}
[Ubicación de descargas](/es-developers/grabaciones/local/ubicacion-de-descargas.md)
{% endcontent-ref %}


---

# 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.videsk.io/es-developers/grabaciones/local/google-drive-filestream.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.
