How to upload file to box.com using box api in appian

Certified Associate Developer

Hello All,

We have to build an application for uploading the files to box. I came to know that box is providing its own API which we can use in appian to achieve this functionality. As I don't have any clear workaround behind this, Can someone please guide me the overall steps about how we can accomplish this feature?

 

Thanks in advance

  Discussion posts and replies are publicly visible

Parents Reply
  • Upload the Private and Public key files (PEM format) to Appian and pass the document IDs to the createtoken() function. This should be the same key files you used in the Box Developer Console. Either the ones it generated for you, or the ones you generated and uploaded to Box. When you upload the key files to their console, it assigns a kid (Key ID) which is also used in the plugin functions.
Children