Downloading Files from Salesforce

Describe the problem/error/question

I’m not sure how to handle downloading a file from Salesforce. When I use the link for the version data I get this response. What else do I need to get this to a readable blob file in N8N?

What is the error message (if any)?

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • **n8n version:latest stable

  • Running n8n via (n8n cloud, ):

  • Operating system:

Hi @Philip_Wiggins, thanks for writing in about this!

It looks like you’re trying to get a PDF, which would need an additional setting. In your HTTP request node, can you select Add Option > Response and then set the Response Format to File? Those options are here:

That should let you retrieve that binary data properly! :+1:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.