App Logo
drive.google.com

List a Google Drive folder

List the files and sub-folders directly inside a Google Drive folder, without recursing or downloading anything. Returns each item's id, name, type, size, last-modified date, owner and link. Omit folderId to list My Drive's root.

Input

folderId optional

Google Drive folder id, i.e. the <id> in drive.google.com/drive/folders/<id>. Omit to list the root of My Drive.

Output

url required
count required

Folders plus files returned.

files required
folders required
complete required

False when the folder holds more rows than the listing payload described; missingMetadataFor then carries their ids.

folderId required

The folder listed, or "root" for My Drive.

missingMetadataFor optional

FAQ

List the files and sub-folders directly inside a Google Drive folder, without recursing or downloading anything. Returns each item's id, name, type, size, last-modified date, owner and link. Omit folderId to list My Drive's root.
Optional: folderId.
It returns url, count, files, folders, complete, folderId, missingMetadataFor.
Yes. It acts as you on drive.google.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the drive.google.com cookies saved by the Reduck extension.
It only reads. It looks things up on drive.google.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/drive.google.com/list_folder, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/drive.google.com/list_folder
It is part of Reduck's official curated catalogue.

Start building not clicking