> ## 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 import

> Import files from a Google Drive folder by URL.

The Google Drive Import node imports files from a Google Drive folder. Connect the folder URL as input and select a connected Google Drive account to read from.

## When to use

* Batch asset ingest
* Sync creative folders

Common pattern: `google_drive_import → generate_image`.

## Inputs

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

## Outputs

<ParamField body="Files" type="file">
  Imported files. Accepts multiple.
</ParamField>

<ParamField body="Images" type="image">
  Imported images. Accepts multiple.
</ParamField>

<ParamField body="Videos" type="video">
  Imported videos. Accepts multiple.
</ParamField>

## Configuration

<ParamField body="fileType" type="string" default="images">
  Which file types to import: `images`, `videos`, `documents`, or `all`.
</ParamField>

<ParamField body="extractCount" type="string" default="last_5">
  How many files to import: `last_3`, `last_5`, `last_10`, or `all`.
</ParamField>

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