<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Problem in integrating with Box with Box File Utilities Plugin</title><link>https://community.appian.com/discussions/f/integrations/14214/problem-in-integrating-with-box-with-box-file-utilities-plugin</link><description>Hi 
 I am trying to integrate Box with Appian using the Box File Utilities Plugin. I have created a JWT App in Box, and added the Private and Public Keys, and also uploaded the PEM files in Appian. However, when I am trying to create a token by createToken</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Problem in integrating with Box with Box File Utilities Plugin</title><link>https://community.appian.com/thread/117208?ContentTypeID=1</link><pubDate>Thu, 03 Aug 2023 05:34:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:57c712e1-f4e5-4bd4-8305-4adf773cfa25</guid><dc:creator>JUMMIDI VINAY</dc:creator><description>&lt;p&gt;hi Sowmya ,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;i got a json file from Box how should i use that to generate the Token using Create Token( ) , could you please help me in resolving this&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem in integrating with Box with Box File Utilities Plugin</title><link>https://community.appian.com/thread/103523?ContentTypeID=1</link><pubDate>Wed, 26 Oct 2022 21:16:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8bd1f28b-1d43-4fce-8969-8f201e24a9d4</guid><dc:creator>svk</dc:creator><description>&lt;p&gt;can we use aes128 or (192/256) instead of des3?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem in integrating with Box with Box File Utilities Plugin</title><link>https://community.appian.com/thread/64638?ContentTypeID=1</link><pubDate>Wed, 13 Feb 2019 20:26:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:32a6e367-9ace-406e-b081-3c1e3a640cad</guid><dc:creator>Soumya Banerjee</dc:creator><description>Thanks Scott, this helps. The issue is resolved now.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem in integrating with Box with Box File Utilities Plugin</title><link>https://community.appian.com/thread/64515?ContentTypeID=1</link><pubDate>Thu, 07 Feb 2019 18:46:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6c1a92aa-8c8b-4444-bb1a-53bab0eab68b</guid><dc:creator>Scott Tomer</dc:creator><description>We found that the Private Key was in the following format: &amp;quot;-----BEGIN ENCRYPTED PRIVATE KEY-----&amp;quot;&lt;br /&gt;
However, the tool was expecting RSA: &amp;quot;-----BEGIN RSA PRIVATE KEY-----&amp;quot;&lt;br /&gt;
&lt;br /&gt;
We used the following command to convert to the proper format:&lt;br /&gt;
openssl rsa -in privatekey.pem -out privatekey_out.pem&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem in integrating with Box with Box File Utilities Plugin</title><link>https://community.appian.com/thread/64463?ContentTypeID=1</link><pubDate>Tue, 05 Feb 2019 19:35:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0990fa2d-66dd-4740-8158-5246719cc144</guid><dc:creator>Soumya Banerjee</dc:creator><description>Thanks Scott for your response.&lt;br /&gt;
I tried both ways - generated the certificate from Box, and then manually created the private PEM file from JSON. Also tried with openssl.&lt;br /&gt;
Yes, these were uploaded as documents in Appian exactly as instructed in the document. Still could not make it work. Happy to do a share more details if you need. Thanks again.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem in integrating with Box with Box File Utilities Plugin</title><link>https://community.appian.com/thread/64461?ContentTypeID=1</link><pubDate>Tue, 05 Feb 2019 19:15:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3dee0159-9ea4-4fda-8638-39ed68e16439</guid><dc:creator>Scott Tomer</dc:creator><description>How were the PEM files created?  Did you have the Box console create them, or follow the &amp;quot;manual&amp;quot; procedure from their docs?&lt;br /&gt;
openssl genrsa -des3 -out private.pem 2048&lt;br /&gt;
openssl rsa -in private.pem -outform PEM -pubout -out public.pem&lt;br /&gt;
from (&lt;a href="https://developer.box.com/docs/setting-up-a-jwt-app#section-generate-keys-manually)"&gt;developer.box.com/.../setting-up-a-jwt-app&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Then, were these plain text files uploaded as documents into Appian, and then the cons!BOX_PRIVATE_KEY_FILE constant simply contain the ID of the uploaded text file?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Scott&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>