aclark1
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by aclark1-
aclark1 commented,
It definitely is far from a straight forward process that is for sure. In the dev console you need to of course enable the JWT authentication method and add a publkc key. On the enterprise consol...
-
aclark1 commented,
Hi , I use PostMan to obtain dev access tokens in the following way:1. I construct a URL with my client Id as a url Param as follows:https://account.box.com/api/oauth2/authorize?response_type=cod...
-
aclark1 commented,
hi welcome to the boards! I'm relatively new here myself and faced the same challenge in an integration I was building. I am by no means an expert but I do know that the only 2 token types you c...
-
aclark1 commented,
I'm trying to do the exact same thing but NOT use a jsonObject. Was going the jsonObject route the only way you saw success with creating metadata fields that were of type date? Thanks!
-
aclark1 commented,
Thanks again , I meant to reply to this thread yesterday. Fortunately I was able to get it to work and I believe the symptom was exactly as you said. I had to use the access token to create a use...
-
aclark1 commented,
Hi , First off, thank you for your reply! In the example it is using user based authentication however, I am using enterprise based authentication (.getAppEnterpriseConnection(...) vs getAppUser...
-
aclark1 created a post,
how to set private key and passphrase for JWT assertion using BOX JAVA SDK
AnsweredHi All, I am trying to just do a quick poc on connecting to box via JWTs and I have created and configured my Box App for JWT server authentication and authroized it as well in the admin console....
-
aclark1 created a post,
Java and Javascript - How to authenticate against the box API without manual user intervention?
Hi, I am building a web-component to be placed in an existing web-page that takes a folderId and makes a call to Box to retrieve contents and display the contents in a table for users to then down...
-
aclark1 commented,
Thanks SalsaShark42 this does help.I think I'm going to try and ask about my limit as a support case. I'm hoping it's a set number and not something too compliated but I'll find out. Thanks for t...
-
aclark1 commented,
Thank you LoCortes this helps tremendously!