FetchGoogleDrive 2.4.0

Bundle
org.apache.nifi | nifi-gcp-nar
Description
Fetches files from a Google Drive Folder. Designed to be used in tandem with ListGoogleDrive. Please see Additional Details to set up access to Google Drive.
Tags
drive, fetch, google, storage
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
failure A FlowFile will be routed here for each File for which fetch was attempted but failed.
success A FlowFile will be routed here for each successfully fetched File.
Reads Attributes
Name Description
drive.id The id of the file
Writes Attributes
Name Description
drive.id The id of the file
filename The name of the file
mime.type The MIME type of the file
drive.size The size of the file. Set to 0 when the file size is not available (e.g. externally stored files).
drive.size.available Indicates if the file size is known / available
drive.timestamp The last modified time or created time (whichever is greater) of the file. The reason for this is that the original modified date of a file is preserved when uploaded to Google Drive. 'Created time' takes the time when the upload occurs. However uploaded files can still be modified later.
drive.created.time The file's creation time
drive.modified.time The file's last modification time
drive.owner The owner of the file
drive.last.modifying.user The last modifying user of the file
drive.web.view.link Web view link to the file
drive.web.content.link Web content link to the file
error.code The error code returned by Google Drive
error.message The error message returned by Google Drive
Use Cases Involving Other Components
See Also