Create a tool to read documents from Box and upload to SharePoint
How to access the Box contents and What type of permissions required to read the contents programatically.
How the authentication going to work?.
Thanks
-
Hi ,
You can download a file from Box by using this API Endpoint: https://developer.box.com/reference#download-a-file
Our complete developer documentation can be found here: https://developer.box.com/reference
To start using the Box API you will need to choose one of the following authentication models: https://developer.box.com/docs/authentication
OAuth 2 v. OAuth 2 with JSON Web Tokens (JWT)
Our SDKs will help you speed up the process of generating a valid Access Token
For your particular use case, it might be worthwhile exploring the use of our Service Accounts (which use the second authentication model): https://developer.box.com/docs/service-account
Please sign in to leave a comment.
Comments
1 comment