https://github.com/wsargent/play-box-content-api
Play project with OAuth 2 API to box.com
https://github.com/wsargent/play-box-content-api
Last synced: 7 months ago
JSON representation
Play project with OAuth 2 API to box.com
- Host: GitHub
- URL: https://github.com/wsargent/play-box-content-api
- Owner: wsargent
- License: other
- Created: 2016-03-26T05:07:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-26T05:18:09.000Z (over 9 years ago)
- Last Synced: 2025-01-09T18:02:33.142Z (9 months ago)
- Language: Java
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Play 2 with box.com upload
This is an example showing Play WS running with the box.com content API in both Java and Scala.
For more information, see https://box-content.readme.io/docs/oauth-20 and https://box-content.readme.io/#oauth-2
To make this project work, you need to create a "/conf/box-credentials.conf" file and add the following:
```
# from https://box-content.readme.io/docs/oauth-20#section-initial-setup
client.id=""
client.secret=""
client.login="your email address"
````This project is configured for Play 2.4.x, but will work the same (with minor API differences) in 2.5.x.