FDX App

  • Activité totale 7
  • Dernière activité
  • Membre depuis
  • Abonné à 0 utilisateur
  • Abonnés 0 utilisateur
  • Votes 0
  • Abonnements 3

Publications

Activité récente par FDX App Activité récente Votes
  • I cannot download the empty file txt using Java SDK

    Terminée

    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

    Terminée

    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

    Terminée

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