box api - Provide user to be able to choose files from his Box using my website -


In the box API, some type of dropbox is similar, to provide user functionality to choose from their box And through the feedback API, for our backend / file data through the frontend?

Yes, you can do this easily by uploading a box-file:

  & lt; Div id = "box-select" data-link-type = "YOUR_LINK_TYPE" data-multischeck = "YOUR_MULTISELECT" data-client-id = "YOUR_CLIENT_ID" & gt; & Lt; / Div & gt;  

Full details here:


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

c# - WPF Expander overlay used in ItemsControl -

class - Kivy: how to instantiate a dynamic classes in python -