Skip to content

Copy File Node

Data/Google/Drive

Copy File

Copy a file in Google Drive

data_google_drive_copy_filedataLong running
Inputs5
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

5

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

File ID

String
file_id

ID of file to copy

New Name

String
new_name

Name for the copy (empty to keep original)

Parent ID

String
parent_id

Destination folder ID (empty for same location)

Output Pins

5

Success

Execution
exec_out

Error

Execution
error

New File ID

String
new_file_id

ID of the copied file

File

Struct
file

Copied file details

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

Error Message

String
error_message

Node Info

Internal name
data_google_drive_copy_file
Category
Data/Google/Drive