Brian Lorraine
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 6
Activity overview
Latest activity by Brian Lorraine-
Brian Lorraine created a post,
Bug with checkbox templates and API
CompletedI have a template with some checkboxes on it. (In this case it's a simple W9 form that I put textbox and checkboxes on top of the fields that need to be filled out). I'm using an API call to pre-po...
-
Brian Lorraine created a post,
Box Sign API doesn't work with templates
CompletedI'm using a service account to use Box API for "sign_requests". It works just fine when I have template tags embedded. But if I use regular templates, it doesn't work. For example this is fine: ...
-
Brian Lorraine created a post,
Limiting characters for Box Sign text field
CompletedI'm using Box Sign and adding some text fields to fill out and sign forms; one field in particular is a w9 There doesn't appear to be any way to limit the characters in a text field. The user can j...
-
Brian Lorraine commented,
Did you get this resolved? It turns out you CAN get the url. In the signers array, each signer has a property called embed_url. But you need to do TWO things to utilize it and there are certain sid...
-
Brian Lorraine commented,
Just to clarify the URL is https://api.box.com/2.0/sign_requests Auth is bearer token, header is content-type "application/json", and the body looks like { "signers": [ { ...
-
Brian Lorraine created a post,
Box SIGN API: "404 not found"
AnsweredI am trying to develop an application to automate some Box Sign workflows via the API so I created a Custom App in the developer console, gave it server auth using client ID and secret and then gav...