---
title: "Google Drive Create File"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/google/googledrivecreatefile
markdown: https://docs.nodetool.ai/nodes/lib/google/googledrivecreatefile.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/google/googledrivecreatefile.md
---

# Google Drive Create File

**Type:** `lib.google.DriveCreateFile`

**Namespace:** `lib.google`

## Description

Create a text file in the signed-in user's Google Drive.
    google, drive, create, upload, file

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| name | `str` | File name | `` |
| content | `str` | File contents | `` |
| mime_type | `str` | MIME type of the uploaded content | `text/plain` |
| folder_id | `str` | Parent folder id (blank for My Drive root) | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `dict` |  |

## Related Nodes

Browse other nodes in the [lib.google](./) namespace.
