Hi,
I am trying to push a document to Box on my local Windows development machine, but when I hit this URL:
http://localhost:8080/activiti-app/app/rest/integration/box/confirm-auth-request
I get this error:
HTTP Status 500 - Request processing failed; nested exception is com.activiti.service.exception.NotPermittedException: BOX module is not enabled.
I am running APS 1.9 on a Windows machine. Is there something I am missing in my configuration?
I have the following configuration in activiti-app.properties.
box.disabled=true
box.web.client_id=RegisterWithBoxForYourClientId (client id entered from Box)
box.web.client_secret=RegisterWithBoxForYourSecret (client secret entered from Box)
box.web.javascript_origins=http://localhost:8080
box.web.redirect_uris=http://localhost:8080/activiti-app/app/rest/integration/box/confirm-auth-request
box.upload.retry.maxAttempts=4
box.upload.retry.delay=1000
Any help would be greatly appreciated. Thanks!