Hi everyone, I’m new to this and could really use your help.
I’m working with a Dropbox module that generates a photo URL, which I then use in an Instagram module. However, I keep getting errors related to the photo not being accepted.
Here’s what I currently have:
-
Dropbox API call:
Endpoint:/2/sharing/create_shared_link_with_settings
Body: {“path”: “{{5.path_lower}}”, “settings”: {“requested_visibility”: “public”}} -
Instagram photo URL:
{{replace(replace(6.body.url; “dl=0”; “raw=1”); “dl=1”; “raw=1”)}}
The output is an img_url that works fine when opened in a browser (e.g.,
“image_url”: “Dropbox - File Deleted - Simplify your life”, but Instagram keeps rejecting it.
Does anyone know how to correctly configure the Dropbox URL so that Instagram accepts the image? Any tips or examples would be greatly appreciated!