Skip to content

List Google Drive Files Node

Data/Google/Drive

List Google Drive Files

Lists files from a Google Drive folder

data_google_drive_list_filesdata
Inputs6
Outputs4
Security exposure2/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
2/10High
PrivacyPotential sensitivity of processed data.
5/10Medium
PerformanceRuntime or resource pressure.
3/10High
GovernancePolicy, audit, or compliance impact.
4/10Medium
ReliabilityOperational stability considerations.
1/10High
CostExternal or compute cost impact.
5/10Medium

Input Pins

6

Input

Execution
exec_in

Trigger the file listing

Provider

Struct
provider

Google Drive provider (from Google Drive node)

GoogleProviderGoogleProvider4 fields
provider_idstringrequired

The provider ID

access_tokenstringrequired

The OAuth access token

refresh_tokenstring | null

Optional refresh token

expires_atinteger | null

Token expiration timestamp (unix seconds)

format uint64min 0
Schema enforced

Folder ID

String
folder_id

The ID of the folder to list files from. Use 'root' for the root folder.

Default root

Search Query

String
query

Optional search query to filter files (e.g., 'name contains "report"')

Page Size

Integer
page_size

Maximum number of files to return (1-1000)

Default 100

Include Folders

Boolean
include_folders

Whether to include folders in the results

Default false

Output Pins

4

Success

Execution
exec_out

Triggered when files are successfully listed

Error

Execution
error

Triggered when an error occurs

Files

Struct Array
files

Array of Google Drive files

GoogleDriveFileGoogleDriveFile5 fields
idstringrequired
namestringrequired
mime_typestringrequired
sizeinteger | null
format uint64min 0
pathstringrequired
Schema enforced

File Count

Integer
file_count

Number of files returned

Node Info

Internal name
data_google_drive_list_files
Category
Data/Google/Drive