Skip to content

luisbebop/dropbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

About this library

A simple Dropbox ( www.dropbox.com/ ) library to upload files, with no other gem dependencies. This library has been completely written from scratch, but ideas and logics are inspired from Dropbox Uploader ( jaka.kubje.org/software/DropboxUploader/ ).

Example

require "rubygems"
require "dropbox_uploader"
dropbox = DropboxUploader.new("email@example.com", "MyPassword")
dropbox.upload("localfile.txt", "/")

Known bugs

  • error check and recovery

  • non-ASCII file/remotedir name support

About

Dropbox upload library for Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%