You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/08/22 07:08:14 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue, #4021: Dropbox integration test authentication failure

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: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] jamesnetherton closed issue #4021: Dropbox integration test authentication failure

Posted by GitBox <gi...@apache.org>.
jamesnetherton closed issue #4021: Dropbox integration test authentication failure
URL: https://github.com/apache/camel-quarkus/issues/4021


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org