Skip to content

Java/Spring MVC Service using Dropbox SDK for uploading files.

Notifications You must be signed in to change notification settings

pbamotra/dropbox-uploader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dropbox Uploader - Build Status

Dropbox Uploader is simple rest service to upload files into dropbox.

Technologies

Dropbox Uploader uses a number of open source projects to work properly:

  • Spring Framework - The Spring Framework is a lightweight solution and a potential one-stop-shop for building your enterprise-ready applications.
  • Dropbox SDK - The SDK wrap the raw HTTP calls to the Dropbox API.
  • Dropzone JS - DropzoneJS is an open source library that provides drag'n'drop file uploads with image previews.

Requirements

You should create a new Application in Dropbox App Console and update the application.properties with your App key and App Secret.

Installation

  • Clone this project
git clone https://github.com/adaofeliz/dropbox-uploader.git dropbox-uploader
  • Update App Properties file with your Application Details.
vi dropbox-uploader/dropbox-uploader-service/src/main/resources/application.properties
  • Start Up the Application
cd dropbox-uploader
mvn clean install
cd dropbox-uploader-service/
mvn tomcat7:run

Try it

alt text

License

MIT

About

Java/Spring MVC Service using Dropbox SDK for uploading files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • Java 3.5%