paperclip-dropbox icon indicating copy to clipboard operation
paperclip-dropbox copied to clipboard

[OBSOLETE] Extends Paperclip with Dropbox storage.

Results 3 paperclip-dropbox issues
Sort by recently updated
recently updated
newest added

When i upload file(pdf) via my app, I see that the default expiration date for all files is 0 day, is there any way to upload file without existing of...

when I get the image url through `User.first.avatar.url`, It generate the url but when I try the url in browser or html, its not showing the image. My model code...

It's very difficult at the moment to change the Model.attachment.url's(dropbox url's). Example: ``` ruby class Item < ActiveRecord::Base has_attached_file :picture_1, { dropbox_options: { path: proc { "#{self.id}_1" } }, default_url:...