PutGoogleDrive 2.0.0

Bundle
org.apache.nifi | nifi-gcp-nar
Description
Writes the contents of a FlowFile as a file in Google Drive.
Tags
drive, google, put, storage
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success Files that have been successfully written to Google Drive are transferred to this relationship.
failure Files that could not be written to Google Drive for some reason are transferred to this relationship.
Reads Attributes
Name Description
filename Uses the FlowFile's filename as the filename for the Google Drive object.
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
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.
error.code The error code returned by Google Drive
error.message The error message returned by Google Drive
See Also