Skip to content

Move File Node

Data/Google/Drive

Move File

Move a file to a different folder in Google Drive

data_google_drive_move_filedataLong running
Inputs4
Outputs4
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

File ID

String
file_id

ID of file to move

New Parent ID

String
new_parent_id

Destination folder ID

Output Pins

4

Success

Execution
exec_out

Error

Execution
error

File

Struct
file

Updated 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_move_file
Category
Data/Google/Drive