mchuecos1
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
mchuecos1さんの最近のアクティビティ-
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 ...
-
mchuecos1さんが投稿を作成しました:
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さんがコメントを作成しました:
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さんが投稿を作成しました:
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...