Hi, I am a pretty new developer so excuse me if this seems like a simple question.
Ive been trying to automate the uploading of images to a friends catalog, i have the URL of the images but no matter what i try i run into different errors.
I was able to succesfully run the “template” provided on the square site, and i thought that i would just need to either pass the URL directly, or worse case scenario just Fetch the file and pass it as a blob or similar, however i have been unable to make it happen.
I ran into many different errors from " The “path” argument must be of type string or an instance of Buffer or URL" to “an absolute URL error”.
Does anyone have any tips on how to approach this?