FDX App

  • Total activity 7
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 3

Activity overview

Latest activity by FDX App
  • FDX App created a post,

    I cannot download the empty file txt using Java SDK

    Completed

    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 created a post,

    Can I merge two folders on Box

    Completed

    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 commented,

    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 created a post,

    I can not search the child folders inside an ancestor folder

    Completed

    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)...