Image Upload from MidJourney Fails in Make.com Scenario

Hey everyone! :waving_hand:
I’m running a Make.com automation that pulls data from Google Sheets, fetches an image using an HTTP request (from MidJourney), and then uploads that image to Google Drive.

Everything works except the MidJourney image part. The scenario logs show:

:white_check_mark: Successful requests from Google Sheets and a Wordpress web site.
:warning: “Response without preceding request” when trying to download the MidJourney image
:cross_mark: The file from cdn.midjourney.com/...png doesn’t upload, even though the link works manually in a browser

:magnifying_glass_tilted_left: What I’ve Tried:

  • Verified the MidJourney URL is valid and publicly accessible
  • Used the HTTP module with GET method
  • Attempted to send the file directly to Google Drive using binary output

Has anyone faced this issue before? Do I need special headers or a different approach for MidJourney’s CDN?
Would love any suggestions or workarounds! :folded_hands:

Ok but what is the actual error message you are getting? This screenshot shows two requests had warnings and one request had an error. When you click on them → what is the error?

:cross_mark: The file from cdn.midjourney.com/...png doesn’t upload, even though the link works manually in a browser