Skip to content

ExclamationLabs/connector-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an ConnID connector to support box.com.

  1. Turn on Enterprise in Application Access section in Developer Console for the app
  2. Turn on Generate User Access Tokens in Advanced Features section in Developer Console for the app
  3. Enable JWT https://developer.box.com/docs/authentication-with-jwt
  4. Generate a keypair and download the file,
{
  "boxAppSettings": {
    "clientID": "thisisaclientidthatwouldbepresentinthisfileifyoudiditright",
    "clientSecret": "thisisaclientsecretthatwouldbepresentinthisfileifyoudiditright",
    "appAuth": {
      "publicKeyID": "yourpublickeyid",
      "privateKey": "-----BEGIN ENCRYPTED PRIVATE KEY-----\nTHISISNTAREALPRIVATEKEYBUTIFITWEREITWOULDBEAWESOME\n-----END ENCRYPTED PRIVATE KEY-----\n",
      "passphrase": "haveyouthepassphras"
    }
  },
  "enterpriseID": "88888888"
}

About

Connid connector for box.com (using box.com sdk)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages