oussama1
- 合計アクティビティ 12
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
oussama1による最近のアクティビティ-
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]...
-
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...
-
BoxSharedLink with multiple files
回答済みHi there, how i can use BoxSharedLink to create shared Link for multiple files and/or folders Thanks for your help
-
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
-
BoxSharedLink with password
回答済みHey 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);...
-
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...
-
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...
-
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