Get Google Drive File ID

Get Google Drive file ID by file name.

This action is used to the the file id by file name from Google Drive.

Inputs

NameTypeDescription
File NameStringThe name of the file to search
Credentials JSONObjectService account credentials.
Get the credentials.

Outputs

NameTypeDescription
SuccessBooleanWhether the file was found.
True / False
File IDStringThe id of the found file
Created TimeStringDate when the found file was created
Modified TimeStringDate when the found file was modified

📘

Created Time

If there are multiple files with the same name, the action will return the most recent one.

For file name TEST, the action will return the file id from the URL.

1600