Skip to content

4fath/Dropbox-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dropbox Command-Line Tool

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.

Usage

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}

Releases

No releases published

Packages

No packages published

Languages