Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.20.0
-
Component/s: camel-dropbox
-
Labels:None
-
Estimated Complexity:Novice
Description
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:
dropbox://put?localPath=${header.myTempFile}
which is tedious.
Camel-dropbox should support writing directly from Exchange