<?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 QLIK API Put Request 413 Error in Move to Qlik Cloud Analytics</title>
    <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/QLIK-API-Put-Request-413-Error/m-p/2125232#M937</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have an app and the ETL process work as follows:&lt;/P&gt;
&lt;P&gt;1. Use python and its library to &lt;EM&gt;extract&lt;/EM&gt; data from multiple on-prem databases (Microsoft SQL Server, IBM DB2 for LUW, and postgresql)&lt;/P&gt;
&lt;P&gt;2. Doing &lt;EM&gt;Transform&lt;/EM&gt; analysis in python and export results to csv files.&lt;/P&gt;
&lt;P&gt;3. &lt;EM&gt;Load&lt;/EM&gt;/upload these CSV files to the app's space via api_key and python subprocess library (request.put)&lt;/P&gt;
&lt;P&gt;4. &lt;EM&gt;Load&lt;/EM&gt; data into the apps as Load... From data.csv&lt;/P&gt;
&lt;P&gt;My problem is in step 3, since the csv file is around 900MB, the request.put command result in 413 error (exceed transfer limit). Is there a work around?&lt;/P&gt;
&lt;P&gt;My department is adamant about using this form of ETL instead of QLIK data integration.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jan 2026 10:45:26 GMT</pubDate>
    <dc:creator>huan1996</dc:creator>
    <dc:date>2026-01-27T10:45:26Z</dc:date>
    <item>
      <title>QLIK API Put Request 413 Error</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/QLIK-API-Put-Request-413-Error/m-p/2125232#M937</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have an app and the ETL process work as follows:&lt;/P&gt;
&lt;P&gt;1. Use python and its library to &lt;EM&gt;extract&lt;/EM&gt; data from multiple on-prem databases (Microsoft SQL Server, IBM DB2 for LUW, and postgresql)&lt;/P&gt;
&lt;P&gt;2. Doing &lt;EM&gt;Transform&lt;/EM&gt; analysis in python and export results to csv files.&lt;/P&gt;
&lt;P&gt;3. &lt;EM&gt;Load&lt;/EM&gt;/upload these CSV files to the app's space via api_key and python subprocess library (request.put)&lt;/P&gt;
&lt;P&gt;4. &lt;EM&gt;Load&lt;/EM&gt; data into the apps as Load... From data.csv&lt;/P&gt;
&lt;P&gt;My problem is in step 3, since the csv file is around 900MB, the request.put command result in 413 error (exceed transfer limit). Is there a work around?&lt;/P&gt;
&lt;P&gt;My department is adamant about using this form of ETL instead of QLIK data integration.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 10:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/QLIK-API-Put-Request-413-Error/m-p/2125232#M937</guid>
      <dc:creator>huan1996</dc:creator>
      <dc:date>2026-01-27T10:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: QLIK API Put Request 413 Error</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/QLIK-API-Put-Request-413-Error/m-p/2125870#M940</link>
      <description>&lt;P&gt;This post may help:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Cloud-Data-Integration/Qlik-Cloud-data-files-upload-endpoint-not-working/m-p/1942745" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Cloud-Data-Integration/Qlik-Cloud-data-files-upload-endpoint-not-working/m-p/1942745&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;API documentation is here:&amp;nbsp;&lt;A href="https://qlik.dev/apis/rest/temp-contents/#%23%2Fentries%2Fv1%2Ftemp-contents-post" target="_blank"&gt;https://qlik.dev/apis/rest/temp-contents/#%23%2Fentries%2Fv1%2Ftemp-contents-post&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Not a direct answer, but have you looked at using other formats that may compress the data such as Parquet?&amp;nbsp; Qlik apps can read parquet files.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 05:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/QLIK-API-Put-Request-413-Error/m-p/2125870#M940</guid>
      <dc:creator>Leigh_Kennedy</dc:creator>
      <dc:date>2023-10-06T05:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: QLIK API Put Request 413 Error</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/QLIK-API-Put-Request-413-Error/m-p/2127620#M965</link>
      <description>&lt;P&gt;Ok so the first api call to upload into tempcontent end point works fine. But the second one is pushing an error:&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Temp content file with file ID: In-Return-Header-Prev-Request could not be retrieved from the temp content service: Received temp content file ID is in an invalid format: In-Return-Header-Prev-Request&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;I run curl from mac os terminal. Can you hellp me with this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 16:54:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/QLIK-API-Put-Request-413-Error/m-p/2127620#M965</guid>
      <dc:creator>huan1996</dc:creator>
      <dc:date>2023-10-11T16:54:07Z</dc:date>
    </item>
  </channel>
</rss>

