FDX App

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

Posts

Recent activity by FDX App Recent activity Votes
  • 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...

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

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