Skip to content

Search Drive Node

Data/Google/Drive

Search Drive

Search for files in Google Drive

data_google_drive_searchdataLong running
Inputs4
Outputs5
Security exposure10/10
Packagedata

Ratings

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

No score metadata has been set for this node yet.

Input Pins

4

Input

Execution
exec_in

Trigger

Provider

Struct
provider

Google Drive provider

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

Query

String
query

Search query (supports Drive query syntax)

Page Size

Integer
page_size

Max results (1-1000)

Default 100

Output Pins

5

Success

Execution
exec_out

Error

Execution
error

Files

Struct Array
files

Search results

GoogleDriveItemGoogleDriveItem9 fields
idstringrequired
namestringrequired
mime_typestringrequired
sizeinteger | null
format int64
created_timestring | null
modified_timestring | null
web_view_linkstring | null
parentsArray<string>required
itemsstringarray item
is_folderbooleanrequired

Count

Integer
count

Number of results

Error Message

String
error_message

Node Info

Internal name
data_google_drive_search
Category
Data/Google/Drive