新しいBoxサポートサイトへようこそ。 変更点の詳細はこちらをご確認ください .

コメント

4件のコメント

  • kartah

    Up Up I'm looking for the same thing ...

    0
    コメントアクション Permalink
  • jpress

    Hi , you can add this option in your show call.

     

    Example

     

          	uploader.show(folderId, accessToken, {
                container: '.container',
                isFolderUploadEnabled: true
            });

    Also, ensure you're on the latest version as this is a relatively new feature. 

    https://developer.box.com/docs/box-content-uploader

     

    Hope this helps!

    Jeremy

    0
    コメントアクション Permalink
  • azndoodle

    Can you share how you imported Box UI Elements into you Angular project?

     

    I'm using Angular 7 and tried to add to the build > script but when it tries to transpile I get this error: "preview.js:22 Uncaught Error: Missing or malformed preview.js library"

     

    how do I make my angular project recognize the box ui element .js library?

    0
    コメントアクション Permalink
  • kasee nadh reddy

    Box is the global variable when the box-ui-element script loaded, you can declare one variable as
    declare var Box:any; in component file
    Then you can invoke the required classes and methods.

    Refer this repository.
    https://github.com/bojjakaseenadhreddy/integrate-box-ui-elments-in-anugular

    0
    コメントアクション Permalink

サインインしてコメントを残してください。