> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orisu.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Drive export

> Upload connected assets to a Google Drive folder.

The Google Drive Export node uploads connected assets to a Google Drive folder. Connect the assets to upload and a destination folder URL, then select a connected Google Drive account to upload with.

## When to use

* Archive outputs
* Share deliverables

Common pattern: `generate_image → google_drive_export`.

## Inputs

<ParamField body="Assets" type="any" required>
  The assets to upload. Required, accepts multiple inputs and an array.
</ParamField>

<ParamField body="Folder URL" type="text" required>
  The destination Google Drive folder. Required.
</ParamField>

## Outputs

<ParamField body="Files" type="file">
  The uploaded files.
</ParamField>

<Note>
  Select the Google Drive account to upload with in the node. You connect accounts under your integration settings.
</Note>
