The output Iam seeing from the HTTP module indicates that the request to download the image resulted in an HTML response rather than a direct file download. The URL used did not lead directly to the file, but rather to a web page. I can access the private url link from slack which shows in the HTTP module input.
Welcome to the Make community!
You can create a filter to check if the Data variable does not contain (case-insensitive) “html”.
samliew – request private consultation
Join the unofficial Make Discord server to chat with us!
2 Likes
That’s probably a page that shows an error that you don’t have access to download the image from the slack. Make sure it’s a public link since the http get request assumes that it is a link you can load without any authentication.
3 Likes
To test if it’s a public link I usually just open it in a new incognito/private window in the browser.
3 Likes