[
https://issues.apache.org/jira/browse/CAMEL-11679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16136059#comment-16136059
]
Claus Ibsen commented on CAMEL-11679:
-------------------------------------
The documentation is here:
https://github.com/apache/camel/blob/master/components/camel-dropbox/src/main/docs/dropbox-component.adoc
You are welcome to provide a github PR with updated documentation.
> Documentation should warn about remotePath being not set
> --------------------------------------------------------
>
> Key: CAMEL-11679
> URL: https://issues.apache.org/jira/browse/CAMEL-11679
> Project: Camel
> Issue Type: Improvement
> Components: camel-dropbox
> Reporter: Kamil
> Priority: Trivial
>
> [Documentation|http://camel.apache.org/dropbox.html] states, that in "Put"
> operation remotePath is not Mandatory, because "If the property is not set,
> the component will upload the file on a remote path equal to the local path."
> It should also warn, that we can omit remotePath ONLY if we are under
> Linux/Unix and ONLY if localPath is absolute. Otherwise (if we use windows
> style absolute path C:\ or any relative path on any OS) dropbox will fail
> with:
> {code}
> Caused by: java.lang.IllegalArgumentException: 'path': bad path: must start
> with "/": "C:/My/File"
> {code}
> or
> {code}
> Caused by: java.lang.IllegalArgumentException: 'path': bad path: must start
> with "/": "MyFile"
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)