aclark1
- Activité totale 20
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 6
Aperçu des activités
Dernière activité effectuée par aclark1-
aclark1 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a créé une publication,
how to set private key and passphrase for JWT assertion using BOX JAVA SDK
RéponduHi 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 a créé une publication,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
Thank you LoCortes this helps tremendously!