Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
cristianj23a
Partner - Creator III
Partner - Creator III

Talend desktop save in url

Hi, 

In Talend desktop, there are triggers that execute based on the response of another workflow. Can you connect to SharePoint or Dropbox and save the file via a URL?

 

Greetings

https://www.linkedin.com/in/cristianjorge/
Do not forget to mark as "Accepted Solution" the comment that resolves the doubt.
Labels (1)
  • Other

2 Replies
gouravdubey5
Partner - Creator
Partner - Creator

Hello,

Talend Studio does not support saving or uploading files directly via a URL based on a trigger or workflow response.

To store files in external systems such as SharePoint or Dropbox, Talend must interact with those platforms through their supported APIs or connectors.

Recommended approach:

Generate the file locally (or in a temporary directory) within the job.

Use the appropriate method to upload the file:

SharePoint: Use REST API calls (for example via tRESTClient) or SharePoint-specific Talend components, depending on your license.

Dropbox: Use the Dropbox REST API with OAuth authentication.

Control execution flow using Talend triggers such as OnSubjobOK or OnComponentOK to handle success or failure.

Note:
Talend triggers manage job orchestration only. Writing to external storage systems always requires authenticated, API-based operations rather than direct URL writes.

Thanks,

Gourav

Talend Solution Architect | Data Integration
gouravdubey5
Partner - Creator
Partner - Creator

Hello,

To clarify, Talend triggers control job execution flow only. They cannot be used to write files directly to external systems. Any upload to SharePoint or Dropbox must be performed through the respective authenticated APIs or connectors after the file is generated locally.

If this answers the question, please mark it as Accepted Solution.

Thanks,
Gourav

 

Talend Solution Architect | Data Integration