RISCfuture / dropbox

An easy-to-use client library for the official Dropbox API.
MIT License
519 stars 47 forks source link

Can`t upload files with rails app #2

Closed hoblin closed 13 years ago

hoblin commented 14 years ago

When i try upload file with rails app i get the following error message: http://pastie.org/1055520

RISCfuture commented 14 years ago

I'm unable to reproduce this problem in Ruby 1.8.7 and 1.9.1. Is there anything unusual about your environment that might contribute to this problem?

hoblin commented 14 years ago

I tested in on just created rails app with only dropbox gem configured in environment.rb OS: Snow Leopard Ruby: 1.8.7 RubyGems: 1.3.7 Rails: 2.3.8 All installed gems: http://pastie.org/1056615

guilleiguaran commented 14 years ago

Please post your enviroment.rb to know the gems used in the project

hoblin commented 14 years ago

only dropbox gem included

RISCfuture commented 13 years ago

Did you end up figuring this out?

hoblin commented 13 years ago

A year has passed. I don't remember =)