<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Download Share Point file from Talend &amp;quot;tFileFetch&amp;quot; component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Download-Share-Point-file-from-Talend-quot-tFileFetch-quot/m-p/2506084#M141772</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/274551"&gt;@Dave_Simo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks you so much for all the solutions you provided.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below are the some points that I figured it out after I tried few difference way.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. &lt;STRONG&gt;tFetchFile&lt;/STRONG&gt; component is not applicable for&amp;nbsp;SharePoint Online (Office 355) and it is required to used &lt;STRONG&gt;tHttpRequest&lt;/STRONG&gt; or &lt;STRONG&gt;tRest&lt;/STRONG&gt; component. I am using SharePoint Online and it requires OAuth 2.0, App Permissions, or Modern Authentication, while tFetchFile may not be able to handle this level of authentication.&lt;/P&gt;
&lt;P&gt;2. The &lt;STRONG&gt;tFetchFile&lt;/STRONG&gt; component is primarily used in Talend for fetching files from various sources, such as FTP, HTTP, or local file systems. However, it is not specifically designed for SharePoint Online (Office 365).&lt;/P&gt;
&lt;P&gt;3. SharePoint Online (Office 355) needs token-based authentication.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;5. To connect SharePoint API,&amp;nbsp;We can use either "SharePoint REST API" or "Microsoft Graph API".&lt;/P&gt;
&lt;P&gt;6. If you are only working with SharePoint Online, then using the &lt;STRONG&gt;SharePoint REST API&lt;/STRONG&gt; with tHttpRequest is the simplest and most efficient way. However, if your Talend project needs to expand beyond SharePoint (e.g., integrating OneDrive or Teams), then &lt;STRONG&gt;Microsoft Graph API&lt;/STRONG&gt; is the better long-term choice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Feb 2025 07:05:02 GMT</pubDate>
    <dc:creator>KNH</dc:creator>
    <dc:date>2025-02-17T07:05:02Z</dc:date>
    <item>
      <title>Download Share Point file from Talend "tFileFetch" component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Download-Share-Point-file-from-Talend-quot-tFileFetch-quot/m-p/2505280#M141754</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am using "tFileFetch" component to download Share Point files from Talend. I received below error message.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;"&lt;STRONG&gt;Starting job tfilefetch_sharepoint at 14:52 11/02/2025.&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;[statistics] connecting to socket on port 3661&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;[statistics] connected&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Exception in component tFileFetch_1 (tfilefetch_sharepoint)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;java.lang.Exception: Method failed: HTTP/1.1 403 FORBIDDEN&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;at dashboard_test.tfilefetch_sharepoint_0_1.tfilefetch_sharepoint.tFileFetch_1Process(tfilefetch_sharepoint.java:523)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;at dashboard_test.tfilefetch_sharepoint_0_1.tfilefetch_sharepoint.runJobInTOS(tfilefetch_sharepoint.java:1224)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;at dashboard_test.tfilefetch_sharepoint_0_1.tfilefetch_sharepoint.main(tfilefetch_sharepoint.java:922)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;[FATAL] 14:52:49 dashboard_test.tfilefetch_sharepoint_0_1.tfilefetch_sharepoint- tFileFetch_1 Method failed: HTTP/1.1 403 FORBIDDEN&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;java.lang.Exception: Method failed: HTTP/1.1 403 FORBIDDEN&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;at dashboard_test.tfilefetch_sharepoint_0_1.tfilefetch_sharepoint.tFileFetch_1Process(tfilefetch_sharepoint.java:523) [classes/:?]&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;at dashboard_test.tfilefetch_sharepoint_0_1.tfilefetch_sharepoint.runJobInTOS(tfilefetch_sharepoint.java:1224) [classes/:?]&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;at dashboard_test.tfilefetch_sharepoint_0_1.tfilefetch_sharepoint.main(tfilefetch_sharepoint.java:922) [classes/:?]&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;[statistics] disconnected&lt;/STRONG&gt;"&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my configuration setting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="khwanyo_0-1739257231195.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177396iE06E4035C58A84D1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="khwanyo_0-1739257231195.png" alt="khwanyo_0-1739257231195.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="khwanyo_2-1739257268524.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177398i567EEC0C484328AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="khwanyo_2-1739257268524.png" alt="khwanyo_2-1739257268524.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please advise how to solve this issues?&lt;/P&gt;
&lt;P&gt;Thanks you so much in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 07:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Download-Share-Point-file-from-Talend-quot-tFileFetch-quot/m-p/2505280#M141754</guid>
      <dc:creator>KNH</dc:creator>
      <dc:date>2025-02-11T07:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Download Share Point file from Talend "tFileFetch" component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Download-Share-Point-file-from-Talend-quot-tFileFetch-quot/m-p/2505310#M141756</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Design-and-Development/Extracting-data-from-Sharepoint-tfilefetch/td-p/2247105" target="_blank"&gt;https://community.qlik.com/t5/Design-and-Development/Extracting-data-from-Sharepoint-tfilefetch/td-p/2247105&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can try like in this link&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 08:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Download-Share-Point-file-from-Talend-quot-tFileFetch-quot/m-p/2505310#M141756</guid>
      <dc:creator>Dave_Simo</dc:creator>
      <dc:date>2025-02-11T08:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Download Share Point file from Talend "tFileFetch" component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Download-Share-Point-file-from-Talend-quot-tFileFetch-quot/m-p/2505313#M141757</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/274551"&gt;@Dave_Simo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks you so much for your reply. It doesn't provide solution in that link. It only say that we can download file using tFileFetch and tHttpRequest component.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KNH_0-1739264175310.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177408iBFF9F0A3A07A2607/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KNH_0-1739264175310.png" alt="KNH_0-1739264175310.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 08:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Download-Share-Point-file-from-Talend-quot-tFileFetch-quot/m-p/2505313#M141757</guid>
      <dc:creator>KNH</dc:creator>
      <dc:date>2025-02-11T08:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Download Share Point file from Talend "tFileFetch" component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Download-Share-Point-file-from-Talend-quot-tFileFetch-quot/m-p/2505316#M141758</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;This one should be better.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Talend-Studio-How-to-download-a-file-from-SharePoint-using/ta-p/2151044" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Talend-Studio-How-to-download-a-file-from-SharePoint-using/ta-p/2151044&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 09:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Download-Share-Point-file-from-Talend-quot-tFileFetch-quot/m-p/2505316#M141758</guid>
      <dc:creator>Dave_Simo</dc:creator>
      <dc:date>2025-02-11T09:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Download Share Point file from Talend "tFileFetch" component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Download-Share-Point-file-from-Talend-quot-tFileFetch-quot/m-p/2505456#M141759</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/274551"&gt;@Dave_Simo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks you so much for your reply. I tried same method like the below link which you provided me.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Talend-Studio-How-to-download-a-file-from-SharePoint-using/ta-p/2151044" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Official-Support-Articles/Talend-Studio-How-to-download-a-file-from-Sh...&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get URL link from share point folder. I used 2 methods.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Method 1.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KNH_1-1739325840937.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177446i1EF15EDFFECB11F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KNH_1-1739325840937.png" alt="KNH_1-1739325840937.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Method 2&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KNH_2-1739325903741.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177447iDCA1E260C4EC22AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KNH_2-1739325903741.png" alt="KNH_2-1739325903741.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KNH_4-1739325944746.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177449i832F3C3B28AF0FF9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KNH_4-1739325944746.png" alt="KNH_4-1739325944746.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both method doesn't work for me. It gives me same error.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It gives me same error as below.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;"[FATAL] 09:55:11 dashboard_test.tfilefetch_sharepoint_0_1.tfilefetch_sharepoint- tFileFetch_2 Method failed: HTTP/1.1 403 FORBIDDEN&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;java.lang.Exception: Method failed: HTTP/1.1 403 FORBIDDEN"&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Could it be&amp;nbsp;lacks of authentication or permissions? I got fully access right for that share point folder. Should I try tHttpRequest component.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tested below scenario from Talend documents library. It works properly.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/talend/en-US/components/8.0/internet/tfilefetch-tfileinputdelimited-tlogrow-tlogrow-fetching-data-through-http-standard-component-this" target="_blank"&gt;https://help.qlik.com/talend/en-US/components/8.0/internet/tfilefetch-tfileinputdelimited-tlogrow-tlogrow-fetching-data-through-http-standard-component-this&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 02:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Download-Share-Point-file-from-Talend-quot-tFileFetch-quot/m-p/2505456#M141759</guid>
      <dc:creator>KNH</dc:creator>
      <dc:date>2025-02-12T02:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Download Share Point file from Talend "tFileFetch" component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Download-Share-Point-file-from-Talend-quot-tFileFetch-quot/m-p/2505483#M141765</link>
      <description>&lt;P&gt;I am not able post to reply the discussion and always disappearing my reply. someone deleting my post?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 03:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Download-Share-Point-file-from-Talend-quot-tFileFetch-quot/m-p/2505483#M141765</guid>
      <dc:creator>KNH</dc:creator>
      <dc:date>2025-02-12T03:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Download Share Point file from Talend "tFileFetch" component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Download-Share-Point-file-from-Talend-quot-tFileFetch-quot/m-p/2505497#M141766</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/274551" target="_blank"&gt;@Dave_Simo&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks you so much for your reply. I tried the same method like below link that you provided me. I got same error as before.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Talend-Studio-How-to-download-a-file-from-SharePoint-using/ta-p/2151044" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Talend-Studio-How-to-download-a-file-from-Sh...&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here is error message for your reference.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;STRONG&gt;&lt;EM&gt;Exception in component tFileFetch_2 (tfilefetch_sharepoint)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;java.lang.Exception: Method failed: HTTP/1.1 403 FORBIDDEN&lt;/EM&gt;&lt;/STRONG&gt;"&lt;/P&gt;
&lt;P&gt;Could it be&amp;nbsp;authentication or permissions issues? I got full access right to Share Point file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 05:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Download-Share-Point-file-from-Talend-quot-tFileFetch-quot/m-p/2505497#M141766</guid>
      <dc:creator>KNH</dc:creator>
      <dc:date>2025-02-12T05:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Download Share Point file from Talend "tFileFetch" component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Download-Share-Point-file-from-Talend-quot-tFileFetch-quot/m-p/2505525#M141767</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/306922"&gt;@KNH&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This one should be better because it shows an example design of the job to use to download a file from SharePoint.&lt;/P&gt;
&lt;P&gt;&lt;A id="m_-5752063424769445845LPlnk345925" href="https://community.qlik.com/t5/Design-and-Development/How-to-upload-download-files-to-from-a-SharePoint-using/td-p/2308387" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Design-and-Development/How-to-upload-download-files-to-from-a-SharePoint-using/td-p/2308387&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 08:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Download-Share-Point-file-from-Talend-quot-tFileFetch-quot/m-p/2505525#M141767</guid>
      <dc:creator>Dave_Simo</dc:creator>
      <dc:date>2025-02-12T08:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Download Share Point file from Talend "tFileFetch" component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Download-Share-Point-file-from-Talend-quot-tFileFetch-quot/m-p/2506084#M141772</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/274551"&gt;@Dave_Simo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks you so much for all the solutions you provided.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below are the some points that I figured it out after I tried few difference way.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. &lt;STRONG&gt;tFetchFile&lt;/STRONG&gt; component is not applicable for&amp;nbsp;SharePoint Online (Office 355) and it is required to used &lt;STRONG&gt;tHttpRequest&lt;/STRONG&gt; or &lt;STRONG&gt;tRest&lt;/STRONG&gt; component. I am using SharePoint Online and it requires OAuth 2.0, App Permissions, or Modern Authentication, while tFetchFile may not be able to handle this level of authentication.&lt;/P&gt;
&lt;P&gt;2. The &lt;STRONG&gt;tFetchFile&lt;/STRONG&gt; component is primarily used in Talend for fetching files from various sources, such as FTP, HTTP, or local file systems. However, it is not specifically designed for SharePoint Online (Office 365).&lt;/P&gt;
&lt;P&gt;3. SharePoint Online (Office 355) needs token-based authentication.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;5. To connect SharePoint API,&amp;nbsp;We can use either "SharePoint REST API" or "Microsoft Graph API".&lt;/P&gt;
&lt;P&gt;6. If you are only working with SharePoint Online, then using the &lt;STRONG&gt;SharePoint REST API&lt;/STRONG&gt; with tHttpRequest is the simplest and most efficient way. However, if your Talend project needs to expand beyond SharePoint (e.g., integrating OneDrive or Teams), then &lt;STRONG&gt;Microsoft Graph API&lt;/STRONG&gt; is the better long-term choice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 07:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Download-Share-Point-file-from-Talend-quot-tFileFetch-quot/m-p/2506084#M141772</guid>
      <dc:creator>KNH</dc:creator>
      <dc:date>2025-02-17T07:05:02Z</dc:date>
    </item>
  </channel>
</rss>

