Jan 28, 2020 07:17 PM
Uploading images via Dropbox links results in image previews not working. How do I fix this?
Jan 28, 2020 10:36 PM
Fixed. You can’t upload with query strings normally, so you have to use Integromat and add ?raw=1 to the end of the URL (remove ?dl=0 or =1 if it’s there). What I did is a find and replace. replace(URL,?dl=0,?raw=1).