Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 945 Bytes

README.markdown

File metadata and controls

26 lines (16 loc) · 945 Bytes

Box Java Library

You can use the Box.net API to create applications and websites that integrate with Box.net and can perform the following functions:

  • Store and retrieve files from Box.net
  • Organize files into folders
  • Move, rename and delete files
  • Share files

Usage

You can obtain an API key by registering your Box.net application.

You can then use your API key to obtain a ticket with GetTicketResponse and use the ticket to authenticate the user with the GetAuthTokenResponse.

Documentation

You can find complete documentation 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.

Thanks

Special thanks to Jimmy Jia for building this library!