Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Stella1
Contributor
Contributor

Download private files linked to an opportunity in Salesforce

Hi,

I want to download private files related to an opportunity in Salesforce. I've tried tfileFetch but it doesn't work.
I've tried using APIs but I can't make the link between the opportunity and the file to be uploaded to Salesforce.
Have you ever had this problem? Do you know how to retrieve these files? 

Thanks

Labels (2)
2 Replies
jeoste
Creator
Creator

Hello
using the tSalesforceInput component in Talend doesn't work ?
https://help.talend.com/r/en-US/8.0/salesforce/tsalesforceinput

moonflower36002
Contributor
Contributor

To download private files related to Salesforce opportunities in Talend, ensure proper authentication, query opportunity files using Salesforce API, handle permissions, and download files using the Content Distribution API. Troubleshoot any issues with Talend's tFileFetch component by verifying authentication and HTTPS configurations. If problems persist, consult Salesforce documentation and forums for specific guidance or seek assistance from Talend support or community forums.