oussama1
- Activité totale 12
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 2
Aperçu des activités
Dernière activité effectuée par oussama1-
oussama1 a ajouté un commentaire,
here is my code updated : BoxDeveloperEditionAPIConnection api = boxConnection.getAppUserConnection(boxUserId);// get box userBoxUser boxUser = new BoxUser(api, boxUserId);System.out.println(boxU...
-
oussama1 a créé une publication,
create folder for special user using SDK
Hey there, I'm trying to create a folders for a special user using java SDK api,but i get there error : com.box.sdk.BoxAPIResponseException: The API returned an error code [403 | j83udhfv6ay420fn]...
-
oussama1 a créé une publication,
Content picker event
Hello, I'm using the content Picker, and i d like to know witch event called when we check file or folders (befor w call the contentPicker.addListener('choose', function (items) { ...}) thank...
-
oussama1 a créé une publication,
BoxSharedLink with multiple files
RéponduHi there, how i can use BoxSharedLink to create shared Link for multiple files and/or folders Thanks for your help
-
oussama1 a ajouté un commentaire,
Thanks for yout help Mwiller, it works, I have an other question, how can i share multiple files and folders ?
-
oussama1 a créé une publication,
Box UI Elements add fonctionnalities
Hi there, I'm using box UI elements, and i would like to know how i can add Content Picker functionnalities to a Content Explorer Element Thanks for your help
-
oussama1 a créé une publication,
BoxSharedLink with password
RéponduHey there, I'm trying to share files an folders using the SDK api,How i can add a password to the shared link.String folderId = boxFolderId;BoxFolder file = new BoxFolder(apiConnection, folderId);...
-
oussama1 a créé une publication,
Box UI Elements
Hey there, I'm working on Angular 5 app with UI Box Elements, and i wonder how i can put this variable isFolderUploadEnabled: false to true in the file : box-ui-elements/src/components/ContentU...
-
oussama1 a créé une publication,
Box UI elements folders manegment
Hi there. I'm trying to integrate Box UI elements in my Angular App. I would like to know if i can manage "folders" (download, droag and drop, upload folders with Box Elements), because Box UI El...
-
oussama1 a créé une publication,
Box UI Elements : manage folders
Hello, How can we allow drag and drop, upload and downlaod "Folders" in Box UI Elements. Thanks for your help