Overview
Provides Smart Services and custom functions to integrate Appian with Box document management
Key Features & Functionality
Custom Functions
Smart Services
Please see the Box File Utilities guide included with the download for complete setup and usage instructions.
I'm currently working on an on prem installation that is making use of an older version of this plugin. I'm waiting to get access to the folders I need to install the latest version, but wanted to ask this question, just in case the upgrade doesn't solve the issue. I've followed all the steps in the guide, but can't seem to generate a JWT token. Based on what was sent to me in the logs, the issue is with the private key file as it's generating the following error messages:Could not reconstruct the private key: java.security.InvalidKeyException: IOException : DerInputStream.getLength(): lengthTag=70, too big.ERROR com.appiancorp.ps.plugins.boxFileUtilities.jwt.CreateJWT - Error creating JWTcom.auth0.jwt.exceptions.SignatureGenerationException: The Token's Signature couldn't be generated when signing using the Algorithm: SHA256withRSA
Is this due to using an older version of the plugin?
Thanks!
Hi,Assuming
that you verified your JWT token, you can now use that to generate Access token that you can use to manipulate data on the box account.
curl -X POST \ api.box.com/.../token \ -H 'Content-Type: application/x-www-form-urlencoded' \ -H 'Host: api.box.com' \ -d 'grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Ajwt-bearer&client_id=ENTER_JWT_TOKEN_HERE'
This should enable you to download the files.
Hello,
I am trying to get the Box File Upload smart service to work properly. I configured my BOX application exactly how it was done in the instructions, and was able to generate an access token using createtoken(). However, upon running that file upload node, nothing happens. Inspecting the system logs yeilds an Error 401 with a Null response from box.Do you have any help/ideas where to proceed from here?
Hi , I've updated the download packaged to include the guide.
Hi Scott, I am trying to search for the Box File Utilities guide but this is not provided in the download? Where can I find it?