Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cbess/companyboxfun
Box.com API Java Fun
https://github.com/cbess/companyboxfun
Last synced: about 1 month ago
JSON representation
Box.com API Java Fun
- Host: GitHub
- URL: https://github.com/cbess/companyboxfun
- Owner: cbess
- Created: 2015-02-25T05:18:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T19:37:07.000Z (over 9 years ago)
- Last Synced: 2024-04-14T15:44:19.547Z (7 months ago)
- Language: Java
- Size: 426 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Company Box Fun
Uses Java Box SDK (beta) to perform simple Box tasks.
Current operations
- Get file info
- Build folder content tree from any folder
- Store and read dev config locally### Setup
1. Go to Box developer site
1. Create an Application (Must have globally unique name)
1. Generate a developer token
1. Rename the `res/example.local.config.json` file to `res/local.config.json`
1. Place the token in the config file
1. Then in IntelliJ mark the `res` folder as **Resource Root**### Notes
- https://github.com/ralfstx/minimal-json
- https://developers.box.com/detailed-error-messages/
- http://opensource.box.com/box-java-sdk/javadoc/com/box/sdk/BoxEvent.Type.html
- https://developers.box.com/docs/#events-get-events-in-an-enterprise