TypeError Configuration does not include boxAppSettings object

Answered
New post

Comments

2 comments

  • RobinDeSchepper

    This error is telling you that the "boxAppSettings" key is missing from your configuration file. Compare it to this example for typo's or missing things:

     

    {
      "boxAppSettings": {
        "clientID": "abc...123",
        "clientSecret": "def...234",
         "appAuth": {
          "publicKeyID": "abcd1234",
          "privateKey": "-----BEGIN ENCRYPTED PRIVATE KEY-----\n....\n-----END ENCRYPTED PRIVATE KEY-----\n",
          "passphrase": "ghi...345"
        }
      },
      "enterpriseID": "1234567"
    }
    0
    Comment actions Permalink
  • heat_exchange

    Thank you.

     

    It is awkward but I just forgot placing 'config.json' current directly.

    0
    Comment actions Permalink

Please sign in to leave a comment.