Box UI Elements
回答済みIs there a roadmap available for the Box UI Elements? If so, are there plans to add a folder download capability like what is available on Box.com? I'm sure other users would appreciate this capability as well. Or, if there's another way to tackle a folder download from the Content Explorer, where can I find it? I think these products are great so keep up the good work. Thanks!
-
Hi ,
At the current time there isn't a public roadmap for Elements releases. This is one feature that has been requested a few times though. Here's what I would recommend - take a look at this Github issue on the Elements project. Once work is being targeted that will be one of the first notification areas.
With that said, let's look at a potential way of implementing this. If I were implementing something like this I would look at using the Content Explorer events. Here's the general flow:
- Event is triggered, such as folder selection.
- Parse the event response and get info on what was selected.
- Using a server-side Box integration process the download (e.g. using the Node SDK).
You can also push that to a front end component if you'd prefer, but if you do just be aware of token exposure in front-end code (token downscoping is great for that) and any potential CORS errors.
サインインしてコメントを残してください。
コメント
2件のコメント