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

# Drive list folder

> List files and subfolders directly inside a Google Drive folder. Pass the folder's id, or omit folderId to list the root.

`drive_list_folder`

List files and subfolders directly inside a Google Drive folder. Pass the folder's id, or omit `folderId` to list the root.

## Parameters

<ParamField path="folderId" type="string">
  Drive folder id. Omit or use 'root' for the root folder.
</ParamField>

<ParamField path="limit" type="integer" default={50}>
  Minimum: 1. Maximum: 100.
</ParamField>
