<?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: Qlik Cloud : 'data-files' upload endpoint not working in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-Cloud-data-files-upload-endpoint-not-working/m-p/2083986#M1120</link>
    <description>&lt;P&gt;I am also interested in this topic.&amp;nbsp; We'd like to utilize officially supported public API endpoints instead of having to rely on internal endpoints which may break unexpectedly.&amp;nbsp; Uploading files programmatically is an important part of our OEM workflow.&amp;nbsp; Is there any news on when this will be officially supported?&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2023 21:19:03 GMT</pubDate>
    <dc:creator>yosuke-coupa</dc:creator>
    <dc:date>2023-06-14T21:19:03Z</dc:date>
    <item>
      <title>Qlik Cloud : 'data-files' upload endpoint not working</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-Cloud-data-files-upload-endpoint-not-working/m-p/1942745#M287</link>
      <description>&lt;P&gt;Hi! Can't get '&lt;STRONG&gt;POST /api/v1/data-files&lt;/STRONG&gt;' upload endpoint to work.&lt;/P&gt;
&lt;P&gt;No matter how I try combining multipart/form-data body and seemingly correct JSON payload I get 'Request must contain 'name' parameter when POSTing a new file' error.&lt;/P&gt;
&lt;P&gt;In the &lt;A href="https://qlik.dev/apis/rest/data-files/#%23%2Fentries%2Fdata-files-post" target="_self"&gt;documentation&lt;/A&gt;, examples for node.js and curl have errors that render them invalid (-d without section name alongside -F options in curl sample and a reference to nonexistent &lt;STRONG&gt;formData&lt;/STRONG&gt; variable and missing file upload part in Node.js sample), so I have trouble finding a minimally working sequence to reproduce.&lt;/P&gt;
&lt;P&gt;Also, I've noticed that while official Qlik cloud web interface uses the same REST API for the most of the operations, for file upload they use some non-public `qix-datafiles` endpoint, not the official `data-files` one.&lt;/P&gt;
&lt;P&gt;Am I correct in assuming the `data-files` endpoint is broken? If so, how can file upload be performed?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 23:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-Cloud-data-files-upload-endpoint-not-working/m-p/1942745#M287</guid>
      <dc:creator>olsk</dc:creator>
      <dc:date>2025-03-19T23:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Cloud : 'data-files' upload endpoint not working</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-Cloud-data-files-upload-endpoint-not-working/m-p/1944160#M293</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Have you tried this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-markup"&gt;&lt;CODE&gt;curl "https://your-tenant.eu.qlikcloud.com/api/v1/temp-contents?filename=Filename.csv&amp;amp;ttl=200" \
 -X POST \
 -H "Authorization: Bearer {{key}}" \
 -H "Content-type: application/octet-stream" \
 --data-binary "@D:/Data/Filename.csv"

 curl "https://your-tenant.eu.qlikcloud.com/api/v1/qix-datafiles?name=Filename.csv&amp;amp;tempContentFileId=In-Return-Header-Prev-Request" \
 -X POST \
 -H "Authorization: Bearer {{key}}"&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Jun 2022 16:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-Cloud-data-files-upload-endpoint-not-working/m-p/1944160#M293</guid>
      <dc:creator>Akshesh_Patel</dc:creator>
      <dc:date>2022-06-15T16:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Cloud : 'data-files' upload endpoint not working</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-Cloud-data-files-upload-endpoint-not-working/m-p/1944180#M296</link>
      <description>&lt;P&gt;No, I haven't. Where can I find the documentation about these endpoints? I've only found scarce mentions of `qix-datafiles` over Github with comments that this is some unofficial, non-public API and thus it is subject to unpredictable change. Or is it officially public? If not, it seems that using such APIs in production-ready solutions is not a very good idea🤷&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 17:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-Cloud-data-files-upload-endpoint-not-working/m-p/1944180#M296</guid>
      <dc:creator>olsk</dc:creator>
      <dc:date>2022-06-15T17:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Cloud : 'data-files' upload endpoint not working</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-Cloud-data-files-upload-endpoint-not-working/m-p/2056991#M888</link>
      <description>&lt;P&gt;Any updates on this?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 15:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-Cloud-data-files-upload-endpoint-not-working/m-p/2056991#M888</guid>
      <dc:creator>LucasGalvao</dc:creator>
      <dc:date>2023-04-04T15:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Cloud : 'data-files' upload endpoint not working</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-Cloud-data-files-upload-endpoint-not-working/m-p/2083986#M1120</link>
      <description>&lt;P&gt;I am also interested in this topic.&amp;nbsp; We'd like to utilize officially supported public API endpoints instead of having to rely on internal endpoints which may break unexpectedly.&amp;nbsp; Uploading files programmatically is an important part of our OEM workflow.&amp;nbsp; Is there any news on when this will be officially supported?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 21:19:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-Cloud-data-files-upload-endpoint-not-working/m-p/2083986#M1120</guid>
      <dc:creator>yosuke-coupa</dc:creator>
      <dc:date>2023-06-14T21:19:03Z</dc:date>
    </item>
  </channel>
</rss>

