Google Drive

Google Drive

Scheme: google-drive
Syntax: google-drive:apiName/methodName
Description: The google-drive component provides access to Google Drive file storage service.
Deprecated:false
Async:false
Maven: org.apache.camel/camel-google-drive/2.18.1.redhat-000039

The google-drive component provides access to Google Drive file storage service.

Name Kind Group Required Default Type Enum Description
apiName path common true org.apache.camel.component.google.drive.internal.GoogleDriveApiName drive-about
drive-apps
drive-changes
drive-channels
drive-children
drive-comments
drive-files
drive-parents
drive-permissions
drive-properties
drive-realtime
drive-replies
drive-revisions
What kind of operation to perform
methodName path common true java.lang.String copy
delete
get
getIdForEmail
insert
list
patch
stop
touch
trash
untrash
update
watch
What sub operation to use for the selected operation
accessToken parameter common java.lang.String OAuth 2 access token. This typically expires after an hour so refreshToken is recommended for long term usage.
applicationName parameter common java.lang.String Google drive application name. Example would be "camel-google-drive/1.0"
clientFactory parameter common org.apache.camel.component.google.drive.GoogleDriveClientFactory To use the GoogleCalendarClientFactory as factory for creating the client. Will by default use {@link BatchGoogleDriveClientFactory}
clientId parameter common java.lang.String Client ID of the drive application
clientSecret parameter common java.lang.String Client secret of the drive application
inBody parameter common java.lang.String Sets the name of a parameter to be passed in the exchange In Body
refreshToken parameter common java.lang.String OAuth 2 refresh token. Using this, the Google Calendar component can obtain a new accessToken whenever the current one expires - a necessity if the application is long-lived.
scopes parameter common java.util.List Specifies the level of permissions you want a drive application to have to a user account. See https://developers.google.com/drive/web/scopes for more info.
bridgeErrorHandler parameter consumer boolean Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN/ERROR level and ignored.
exceptionHandler parameter consumer (advanced) org.apache.camel.spi.ExceptionHandler To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this options is not in use. By default the consumer will deal with exceptions, that will be logged at WARN/ERROR level and ignored.
exchangePattern parameter consumer (advanced) org.apache.camel.ExchangePattern InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the exchange pattern when the consumer creates an exchange.
synchronous parameter advanced false boolean Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).

google-drive consumer

The GoogleDrive consumer.