aclark1
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Comments
Recent activity by aclark1-
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...
-
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...
-
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...
-
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!
-
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...
-
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...
-
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...
-
Thank you LoCortes this helps tremendously!
-
Thanks for the response Murtza! That's too bad about the multiple files in a single request but good to know that I can make concurrent calls to the upload endpoint. Any idea on how many concurre...