Hi,

I have some questions about the camel-dropbox component.
1- Does DropBox component have the notion of idempotency like file
component? 

2- I want to get all files the exist in my dropbox and save them in my local
Folder. I used this route but I get some issue:
<route>
<from
   
uri=&quot;dropbox://get?accessToken=&lt;Token>&amp;clientIdentifier=<clientIdentifier>&amp;remotePath=/"
/>
<to uri="file://C:/myFolder" />
</route>
3- Do you have any documentation about camel-dropbox component that can help
me?
                
Many thanks



--
View this message in context: 
http://camel.465427.n5.nabble.com/camel-dropbox-tp5748012.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to