vmali
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by vmali-
vmali created a post,
Alternative to authenticate without JWT config file?
I am using JWT as Auth Type for the custom app. Is there an alternative to the JWT config file, like a programmatic way via API calls to get the config and load it? Thanks,Vishal
-
vmali created a post,
Box folder structure for custom app
I read the Folder structure best practices and still have a question on the scenario that I am working on. I am looking into Box API to support document management for our Application. The applica...
-
vmali commented,
This issue happens when I have a break point in the Box SDK code while getting a response for a request. I was doing to debug something and after that I started to getting this error.
-
vmali created a post,
Connection exception - Couldn't finish closing the connection to the Box API
AnsweredI have a custom-app using JWT as auth type. When I try to execute the code:public BoxDeveloperEditionAPIConnection getApi() throws IOException {if(api == null){if(config == null){ init...
-
vmali commented,
Great, at least we know the issue. That's interesting as I am able to also perform other operation like create/update metadata on the file that I uploaded. Can you please confirm if the link is u...
-
vmali commented,
Thanks ! Apologies, I am not using the Dev token but the app token. https://developer.box.com/guides/authentication/app-token/ Here is my response to below points. Make sure to select the approp...
-
vmali commented,
Thanks I am using the Access token method (as Dev token) and no JWT. I am able to perform other operations on the file - Download, upload file, create/update metadata etc. When I try the put for ...
-
vmali created a post,
Box API - UpdateInfo - returns 403
AnsweredI have a developer account and a custom app. I am trying to test the updateInfo to update the filename and description but I get a 403. I have also tried reauthorizing the app. Error description: ...