mchuecos1
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by mchuecos1-
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 ...
-
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...
-
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...