Brian Lorraine

  • 合計アクティビティ 16
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 4
  • サブスクリプション 6

アクティビティの概要

Brian Lorraineさんの最近のアクティビティ
  • Brian Lorraineさんが投稿を作成しました:

    Bug with checkbox templates and API

    完了

    I 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さんが投稿を作成しました:

    Box Sign API doesn't work with templates

    完了

    I'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さんが投稿を作成しました:

    Limiting characters for Box Sign text field

    完了

    I'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さんがコメントを作成しました:

    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さんがコメントを作成しました:

    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さんが投稿を作成しました:

    Box SIGN API: "404 not found"

    回答済み

    I 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...