Jan Bouska created CAMEL-12942:
----------------------------------
Summary: camel-twitter: upload file does not work
Key: CAMEL-12942
URL: https://issues.apache.org/jira/browse/CAMEL-12942
Project: Camel
Issue Type: Bug
Components: camel-dropbox
Affects Versions: 2.21.0
Reporter: Jan Bouska
I am not able to upload new file with _DropboxUploadMode.add_ option.
see reproducer:
- git clone -b refactor_dropbox_test [https://github.com/bouskaJ/camel.git]
- add access token
([https://github.com/bouskaJ/camel/blob/refactor_dropbox_test/components/camel-dropbox/src/test/resources/test-options.properties])
- run
[DropboxProducerPutSingleFileTest|https://github.com/bouskaJ/camel/blob/refactor_dropbox_test/components/camel-dropbox/src/test/java/org/apache/camel/component/dropbox/integration/producer/DropboxProducerPutSingleFileTest.java]
Workaround:
use _DropboxUploadMode.force_
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)