---
title: "Google Drive Search"
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/googledrivesearch
markdown: https://docs.nodetool.ai/nodes/lib/google/googledrivesearch.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/google/googledrivesearch.md
---

# Google Drive Search

**Type:** `lib.google.DriveSearch`

**Namespace:** `lib.google`

## Description

Search files in the signed-in user's Google Drive.
    google, drive, search, files, cloud

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| query | `str` | Search phrase, or Drive query syntax such as "name contains 'report'" | `` |
| max_results | `int` | Maximum number of files to return | `20` |

## Outputs

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

## Related Nodes

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