This is a command-line tool to help basic operations on Dropbox API v2.
Supported commands and usages here:
> auth {appKey} {appSecret}> info {accessToken} {locale}> list {accessToken} {path} {locale}
User should authenticate with auth that returns accessToken to use info and list command.
To using Dropbox-Client, run mvn clean install and mvn package these generate a standalone jar file to execute on console. Run the jar file with supported commands.
Example : ~4fath$ java -jar client.jar auth {appKey} {appSecret}