
Brian Lorraine
- Activité totale 16
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 4
- Abonnements 6
Aperçu des activités
Dernière activité effectuée par Brian Lorraine-
Brian Lorraine a créé une publication,
Bug with checkbox templates and API
TerminéeI 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 a créé une publication,
Box Sign API doesn't work with templates
TerminéeI'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 a créé une publication,
Limiting characters for Box Sign text field
TerminéeI'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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a créé une publication,
Box SIGN API: "404 not found"
RéponduI 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...