Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dropbox storage not working #134

Open
benmwendwa opened this issue Mar 19, 2015 · 0 comments
Open

dropbox storage not working #134

benmwendwa opened this issue Mar 19, 2015 · 0 comments

Comments

@benmwendwa
Copy link

I want to use dropbox storage in production environment: (https://github.com/robin850/carrierwave-dropbox)
unless Rails.env.production?
storage :file
else
storage :dropbox
# storage :fog
end

but the image url is not being returned. The details being saved in database looks like this:

But the image is being uploaded well. And also other direct controllers and models are working well.
How can I resolve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant