
FDX App
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
FDX Appさんの最近のアクティビティ-
FDX Appさんが投稿を作成しました:
I cannot download the empty file txt using Java SDK
完了BoxFile file = new BoxFile(boxAPIConnection, "Some-id");try (FileOutputStream stream = new FileOutputStream(fi)) { file.download(stream); // Do Sth} At the line file.download(stream) I got a...
-
FDX Appさんが投稿を作成しました:
Can I merge two folders on Box
完了I have an issue that I have 2 difference folders (sub folders are same name). How can I merge these 2 folders into one. For example: Before ...
-
FDX Appさんがコメントを作成しました:
Thank you for replying me, I realize that after a few hour after I create my folders I can search them with all the children folders and files inside it.
-
FDX Appさんが投稿を作成しました:
I can not search the child folders inside an ancestor folder
完了Hi, I have cloned the template folder to another name, then after 10 minutes+ I use Box Search API (https://api.box.com/2.0/search?query=NOT 'some random string'&ancestor_folder_ids='some ids') (1)...