dropbox icon indicating copy to clipboard operation
dropbox copied to clipboard

An easy-to-use client library for the official Dropbox API.

Results 8 dropbox issues
Sort by recently updated
recently updated
newest added

The extension `Array#to_hash` in this gem breaks `Kernel.exec` when called with [these params](http://ruby-doc.org/core-1.9.3/Kernel.html#method-i-exec): ``` [cmdname, argv0], arg1, ... : command name, argv[0] and zero or more arguments (no shell) ```...

From your latest release: ``` /home/pi/.rvm/gems/ruby-2.0.0-p247/gems/oauth-0.4.7/lib/oauth/consumer.rb:216:in `token_request': 400 Bad Request (OAuth::Unauthorized) from /home/pi/.rvm/gems/ruby-2.0.0-p247/gems/oauth-0.4.7/lib/oauth/consumer.rb:136:in `get_request_token' from /home/pi/.rvm/gems/ruby-2.0.0-p247/gems/dropbox-1.3.0/lib/dropbox/session.rb:70:in `initialize' from sync.rb:7:in `new' from sync.rb:7:in `' ```

We perform the update Gem to meet new mandatory standards adopted by Dropbox. See below for official information from the Dropbox: Turning off Core API version 0 on Wednesday, May...

hellow every body i m facing the following issue . . [WARNING] DropboxSDK: error making request to /1/files_put/dropbox/view.pdf - Authentication failed 2012-10-11 15:37:55.640 FastCase[638:207] File upload failed with error -...

hellow every one,, i m new to iphone and dropbox as well i want move a file from my device(i.e directory @"/users") to my public folder of dropbox how it...

https://www.dropbox.com/developers/announcements/18

Hi! I have a very basic issue using this gem and I haven't figure out yet what is actually wrong. Maybe someone had the same problem? So, configuration is: rails...

What is the reason behind converting all the data to structs? I actually find hashes better because I can encode them back to JSON easily. How about an option for...