I am able to almost all of the existing API with JWT token. But when i try to upload a file using JWT, i am getting acess_Denied error. Am i doing some thing wrong?
{"type":"error","status":403,"code":"access_denied_insufficient_permissions","help_url":"http:\/\/developers.box.com\/docs\/#errors","message":"Access denied - insufficient permission","request_id":"bnrn8fg5ii91ykbm"}
2. Is my assumption true, that we can replace the OAUTH token with JWT and all the API will work as is if all the required permissions are provided for the app and applied to all users?