jamesnetherton opened a new issue, #4021:
URL: https://github.com/apache/camel-quarkus/issues/4021
```
Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to
resolve endpoint:
dropbox://put?accessToken=xxxxxx&clientIdentifier=CamelTesting&localPath=target%2Ftest.txt&remotePath=%2Fcamel%2Fquarkus%2F&uploadMode=add
due to: option <expireIn> is not present or not valid!
at
org.apache.camel.impl.engine.AbstractCamelContext.doGetEndpoint(AbstractCamelContext.java:985)
at
org.apache.camel.impl.engine.AbstractCamelContext.getEndpoint(AbstractCamelContext.java:867)
at
org.apache.camel.impl.engine.DefaultProducerTemplate.resolveMandatoryEndpoint(DefaultProducerTemplate.java:573)
at
org.apache.camel.impl.engine.DefaultProducerTemplate.requestBodyAndHeader(DefaultProducerTemplate.java:428)
at
org.apache.camel.quarkus.component.dropbox.it.DropboxResource.createFile(DropboxResource.java:56)
```
Seems we are using a deprecated authentication mechanism. We need to update
to use the URI params outlined in the component documentation:
https://camel.apache.org/components/3.18.x/dropbox-component.html
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]