# Cloud Sync (Google Drive + Dropbox)

VDO.Ninja can upload recording chunks to cloud storage as part of podcast/studio workflows. This is useful for redundancy and remote collaboration.

## Google Drive

Google Drive uses an in-app OAuth flow.

1. Open the podcast studio and find the **Cloud Sync** card.
2. Click **Link Google Drive**.
3. Complete the Google popup authorization (`drive.file` scope).
4. Confirm the status switches to **Linked**.

Optional folder targeting:

`&gdrivefolder=YourFolderName`

## Dropbox

Dropbox also supports OAuth linking in the Cloud Sync card.

1. Click **Link Dropbox**.
2. Complete the Dropbox popup authorization.
3. Confirm the status switches to linked/success.

The OAuth flow can store refresh-capable credentials locally so uploads can resume in future sessions.

## Manual Dropbox token fallback

If popup auth is blocked in a kiosk or constrained environment, you can still provide a token manually:

* Paste a token into the Dropbox field in Cloud Sync, or
* Use `&dropbox=YOUR_ACCESS_TOKEN`

Manual tokens can expire quickly, so OAuth is recommended for normal use.

## Related

{% content-ref url="/pages/GD22VCZck4ANSE56DLVO" %}
[\&gdrive](/advanced-settings/settings-parameters/and-gdrive.md)
{% endcontent-ref %}

{% content-ref url="/pages/TLXOv1LCYpqZKN5OUxtP" %}
[\&dropbox](/advanced-settings/settings-parameters/and-dropbox.md)
{% endcontent-ref %}

{% content-ref url="/pages/Rx73wZVNHnSDztNK81t6" %}
[Options to record streams](/guides/options-to-record-streams.md)
{% endcontent-ref %}


---

# 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.vdo.ninja/guides/cloud-sync-google-drive-and-dropbox.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.
