Skip to content

klkim/box-javascript-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Box JavaScript API

The JavaScript API is meant to be dropped into an existing website. It will let users drag and drop files into your website and have them seamlessly uploaded into customizable folders within their Box account.

Security

Due to the security restrictions applied (for good reason) to the JavaScript runtime within web browsers, this API is not allowed the same ease of use as some other APIs.

Most notably,

  • each user will need to submit their credentials each time (unless you use cookies)
  • special effort needs to be made to proxy requests or embed the js in an iframe. (TODO -- blog post)

The Box API

All users of the Box API are required to register for an API key. Instructions for this as well most other questions you may have may be found at http://developers.box.net/

Support

If you have any questions or suggestions for improvement, ping us on our forum or email us directly at developers[at]box[dot]net

About

JavaScript API for interacting with Box

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published