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

# Upload files to Google Drive with a form

> Allow respondents to upload their files in a Google Drive folder through a Fillout form. Create a dynamic subfolder within your main folder.

## What is Google Drive?

[Google Drive](https://drive.google.com/?ref=filloutforms-helparticle) is a cloud storage service that lets users store and access files from any device with an internet connection. It offers features such as file synchronization, file sharing, and collaborative editing.

## How it works

<Steps>
  <Step title="Connect your Fillout form to Google Drive">
    Click `Integrate` on the top menu followed by `Google Drive`.

    <img src="https://mintcdn.com/fillout-005a867b/NlYIq_quqHJ0EZ7L/images/Screenshot2025-11-12at4.08.59PM.png?fit=max&auto=format&n=NlYIq_quqHJ0EZ7L&q=85&s=601a928bf00bfb3f83ad8af05a827e3c" alt="Screenshot 2025-11-12 at 4.08.59 PM.png" width="2630" height="1440" data-path="images/Screenshot2025-11-12at4.08.59PM.png" />

    `Sign in with Google` to allow Fillout to link to your account. Select a `Folder` you would like respondents to upload their files to.

    <img src="https://mintcdn.com/fillout-005a867b/R7rMGlxIdHBwDsJR/images/Screenshot2025-02-14at11.52.38AM.png?fit=max&auto=format&n=R7rMGlxIdHBwDsJR&q=85&s=9ee54c703148e6317e21064425d676ff" alt="Screenshot of the Fillout form creation page" width="2172" height="1132" data-path="images/Screenshot2025-02-14at11.52.38AM.png" />
  </Step>

  <Step title="Map your form fields">
    Under **Upload fields**, click `+ Add new` followed by a file uploader field.

    <img src="https://mintcdn.com/fillout-005a867b/R7rMGlxIdHBwDsJR/images/Screenshot2025-02-14at11.54.00AM.png?fit=max&auto=format&n=R7rMGlxIdHBwDsJR&q=85&s=e44be90351076c43bf7560b537d9e195" alt="Screenshot of the Fillout form creation page" style={{ width:"68%" }} width="804" height="678" data-path="images/Screenshot2025-02-14at11.54.00AM.png" />
  </Step>

  <Step title="Publish and share">
    Click `Finish setup` followed by `Publish` on the upper right corner, and you're all set!
  </Step>
</Steps>

## Add a dynamic file path

You can make a new subfolder within your chosen folder. Turn on the `Custom subfolder and file name?` switch. Enter a name for your **subfolder** or click <Icon icon="square-plus" iconType="solid" /> to [map a field](https://www.fillout.com/help/additional-integration-mappings#how-to-map-fields-manually) in your form.

<img src="https://mintcdn.com/fillout-005a867b/R7rMGlxIdHBwDsJR/images/Screenshot2025-02-14at11.57.25AM.png?fit=max&auto=format&n=R7rMGlxIdHBwDsJR&q=85&s=fd474134febb5cdb1f170971993d75cb" alt="Screenshot of the Fillout form creation page" style={{ width:"58%" }} width="819" height="565" data-path="images/Screenshot2025-02-14at11.57.25AM.png" />

## Add a filename prefix

You can enter a **Filename prefix** to add specific characters at the beginning of each file name upon form submission. Similar to the steps above, type a name or [add a reference](https://www.fillout.com/help/additional-integration-mappings#how-to-map-fields-manually) by clicking <Icon icon="square-plus" iconType="solid" />.

<img src="https://mintcdn.com/fillout-005a867b/R7rMGlxIdHBwDsJR/images/Screenshot2025-02-14at11.57.34AM.png?fit=max&auto=format&n=R7rMGlxIdHBwDsJR&q=85&s=d23563c7c58c4d6f3b2872ea52d8d923" alt="Screenshot of the Fillout form creation page" style={{ width:"60%" }} width="807" height="162" data-path="images/Screenshot2025-02-14at11.57.34AM.png" />

## Specify a condition

You can run your integration only when a specific condition is met. Check out this [guide](/conditional-integration).

## Other similar integrations

<CardGroup cols={3}>
  <Card title="Sync files uploads to Dropbox" icon="dropbox" iconType="regular" color="#FFC738" href="/dropbox">
    Automatically upload files with a form.
  </Card>

  <Card title="Sync files to Microsoft OneDrive" icon="cloud-arrow-up" iconType="regular" color="#FFC738" href="/microsoft-onedrive">
    Automatically upload files with a form.
  </Card>

  <Card title="Sync file uploads to Amazon S3" icon="amazon" iconType="regular" color="#FFC738" href="/amazon-s3">
    Automatically upload files with a form.
  </Card>
</CardGroup>
