[
https://issues.apache.org/jira/browse/CAMEL-11680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16136058#comment-16136058
]
Claus Ibsen commented on CAMEL-11680:
-------------------------------------
Okay to be sure, are you saying that the put operation requires a file to be on
the local file system? And what you would like is to be able to write the file
directly from the message body on the Camel exchange?
> Camel-dropbox should support Put not only from localPath
> --------------------------------------------------------
>
> Key: CAMEL-11680
> URL: https://issues.apache.org/jira/browse/CAMEL-11680
> Project: Camel
> Issue Type: Improvement
> Components: camel-dropbox
> Reporter: Kamil
>
> Currently if I want to Put file on Dropbox using Camel-Dopbox I must create
> temporary file, write to it using file:// and then use:
> {code}
> dropbox://put?localPath=${header.myTempFile}
> {code}
> which is tedious.
> Camel-dropbox should support writing directly from Exchange
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)