I'm try to integrate Appian with BOX here
I have used Box File Utilities plugin and followed the given step provided in Manual
I have created a App in box as well as all required key are generated in BOX
Now in Appian I need to generate token for which I'm using createtoken() function from the Above plugin. Where .pem files need to be updated for privatekey and publickey parameter. I have generated json file in box and got private key. And generated public key from generate option available in Add and Manage Public Keys section. But still i'm getting below error while try generating token using createtoken() function
Could anyone please guide me on this, Thanks in Advance
Discussion posts and replies are publicly visible
There might be an issue with PEM files. Can you share the more information from the logs for that error?
Did you try the solution mentioned here - https://community.appian.com/discussions/f/integrations/14214/problem-in-integrating-with-box-with-box-file-utilities-plugin
Yes, I have tried creating Private Key using RSA as well Still facing the issue. May be I need to try generating private key using open ssl, That's the only thing left.