mchuecos1
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by mchuecos1-
mchuecos1 created a post,
Java Box SDK - How get downloaded file
I am trying to get the file content downloaded with the Box SDK in Java using the example code: BoxFile file = new BoxFile(api, "id"); BoxFile.Info info = file.getInfo(); FileOutputStream stream ...
-
mchuecos1 created a post,
Java SDK - Upload file returns 404 error code
I created an application with oAuth 2.0 JWT security. I have generated the keys and applied the JSON configuration: // Read config file into Box Config object Reader reader = new FileReader("C...
-
mchuecos1 commented,
I have the same problem: com.box.sdk.BoxAPIResponseException: The API returned an error code [404 | drpqvtg2cliujvby] not_found - Not Found Any solution? Thanks
-
mchuecos1 created a post,
Why can I use HTTP with localhost and not with another URL
I am using the Box API with Mulesoft to connect to get files. I have created a new app and locally everything is fine. I use http://localhost:8081/callback as Redirect URI value.However, when I de...