
FDX App
- Activité totale 7
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 3
Aperçu des activités
Dernière activité effectuée par FDX App-
FDX App a créé une publication,
I cannot download the empty file txt using Java SDK
TerminéeBoxFile 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 a créé une publication,
Can I merge two folders on Box
TerminéeI 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 a ajouté un commentaire,
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 a créé une publication,
I can not search the child folders inside an ancestor folder
TerminéeHi, 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)...