You upload an image to dropbox and get the share link of that image. If you have a very large image then the share link for that image doesn’t display the original image. It displays a low quality image.
Here is a trick to get the original image URL link.
– Suppose, your image share link is
https://www.dropbox.com/s/SOME-HASH/YOUR-IMAGE-NAME.jpg
– Then, to get the original image link, you just need to replace
www.dropbox.com
withdl.dropboxusercontent.com
.– So, your original image link will be:
https://dl.dropboxusercontent.com/s/SOME-HASH/YOUR-IMAGE-NAME.jpg
Hope this helps.
Thanks.