Hi,
I am calling an API and receiving some data
one of the objects is a img url for example “https://webiste.com/products/product1/image.jpg”
i would like to save that image in the assets folder.
I have tried load image / save image action but it gives me an error
“!Invalid Path! https://webiste.com/products/product1/image.jpg” (the error returns correct url to the image i want to save)
Server action looks something like this
-API Action
-Repeat (repeating API results)
So a this point i tried to load an image (using image url from API results)
and then i tried to use save image action
Still i am getting !invalid path error,
bare in mind that the images Im trying to save are hosted on different server / domain
than my wappler website.
Is it even possible to download image from external source?
Thanks for help!
Last updated: