You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I upload images to DropBox, is there a way to somehow programmatically obtain an image's direct url - to display it inside img tag on my site? Currently I have to go to my DropBox console, press the button "Share", manually copy a link like "https://www.dropbox.com/s/po3kqfro8ai9xr5/user.png?dl=0", then manually replace "dl=0" to "raw=1".
The text was updated successfully, but these errors were encountered:
I'm using
gem 'carrierwave-dropbox', :git => 'https://github.com/robin850/carrierwave-dropbox.git', :tag => 'v2.0.0.rc1'
When I upload images to DropBox, is there a way to somehow programmatically obtain an image's direct url - to display it inside img tag on my site? Currently I have to go to my DropBox console, press the button "Share", manually copy a link like "https://www.dropbox.com/s/po3kqfro8ai9xr5/user.png?dl=0", then manually replace "dl=0" to "raw=1".
The text was updated successfully, but these errors were encountered: