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
Name | Type | Description |
---|---|---|
File Name | String | The name of the file to search |
Credentials JSON | Object | Service account credentials. Get the credentials. |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether the file was found. True / False |
File ID | String | The id of the found file |
Created Time | String | Date when the found file was created |
Modified Time | String | Date 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.
Updated 12 months ago