Skip to content

Read Google Drive File Node

Data/Google/Drive

Read Google Drive File

Reads the content of a file from Google Drive as text

data_google_drive_read_filedata
Inputs4
Outputs6
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.
4/10Medium
GovernancePolicy, audit, or compliance impact.
4/10Medium
ReliabilityOperational stability considerations.
1/10High
CostExternal or compute cost impact.
5/10Medium

Input Pins

4

Input

Execution
exec_in

Trigger file read

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

File ID

String
file_id

The ID of the file to read (from Google Drive)

Export MIME Type

String
export_mime_type

For Google Docs files, specify the export format (e.g., 'text/plain', 'application/pdf'). Leave empty for regular files.

Output Pins

6

Success

Execution
exec_out

Triggered when file is successfully read

Error

Execution
error

Triggered when an error occurs

Content

String
content

The text content of the file

File Name

String
file_name

The name of the file

MIME Type

String
mime_type

The MIME type of the file

Size (bytes)

Integer
size

The size of the file in bytes

Node Info

Internal name
data_google_drive_read_file
Category
Data/Google/Drive