I'm saving images into Dropbox using the API. What I'm looking for is a way to get the image preview URL, which is then used in HTML as the src value like:
html
<img src="{image url from dropbox}" />
The current URL that I have is always redirected to the Dropbox website and shows the image inside the Dropbox site. Are there any possible solutions?