janko / paperclip-dropbox

[OBSOLETE] Extends Paperclip with Dropbox storage.
MIT License
148 stars 36 forks source link

Private/Public visibility and file path #33

Closed quincogdell closed 10 years ago

quincogdell commented 10 years ago

Hi Janko,

First off, thanks for a great gem! I wanted to see when pull request #31 will be incorporated to the gem (or if it already is I could be doing something wrong). I'm trying to save a file a specific folder w/in dropbox and after looking at the updated source code I thought it should work by setting the :dropbox_visibility => 'private' and also by specifying the desired path. After a few tries I notice the code dropbox.rb code in my app didn't match what I was seeing on github, Screenshot http://d.pr/i/gatW.

Please let me know if this makes sense...or if I'm totally off...and thanks again for your help!

Quin

janko commented 10 years ago

Hey. Thanks for letting me know, I was still needing to fix some issues, so I didn't release it immediately, but then later I kinda forgot. Anyways it's up now :)

quincogdell commented 10 years ago

thanks!