This project is licensed under both LGPLv3 and ASL 2.0. See file LICENSE for more details.
This is an implementation of a Java 7
FileSystem
over
Box.com. This implementation is based on
java7-fs-base.
Note that it does not make use of the Android SDK (see here but of the new API.
In active development.
The basic I/O operations work: you can download and upload files, create and delete entries, and a few other things.
The status is as of yet unclear and highly tied to java7-fs-base, so please refer to this project for more details.
Right now, this project uses the latest HEAD of java7-fs-base. You therefore need to clone it (see link above), then build and install it in your local maven repo using:
# Replace ./gradlew with gradlew.bat if you run Windows
./gradlew clean test install
Then clone this project.