oussama1
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by oussama1-
oussama1 commented,
here is my code updated : BoxDeveloperEditionAPIConnection api = boxConnection.getAppUserConnection(boxUserId);// get box userBoxUser boxUser = new BoxUser(api, boxUserId);System.out.println(boxU...
-
oussama1 created a post,
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 created a post,
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 created a post,
BoxSharedLink with multiple files
AnsweredHi there, how i can use BoxSharedLink to create shared Link for multiple files and/or folders Thanks for your help
-
oussama1 commented,
Thanks for yout help Mwiller, it works, I have an other question, how can i share multiple files and folders ?
-
oussama1 created a post,
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 created a post,
BoxSharedLink with password
AnsweredHey 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 created a post,
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 created a post,
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 created a post,
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