Hi Amit,It works for images that are hosted on Marketo, so thank you.I was trying to use an externalURL for the image so I was trying to send in the request body:{
"externalUrl":'h...
Hi Sanford,I know, but I've managed to upload that file on other APIs and there were no issues, so probably the issue is on writing the streams.So for the moment I gave up on writi...
Hello,I'm trying to upload a file to Marketo via REST API(nodejs app) and I've managed to do it for small size files with npm package "request-promise".const options = { method : '...