<?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 Duplicate data files to another space in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Duplicate-data-files-to-another-space/m-p/2502855#M5398</link>
    <description>&lt;P&gt;Hi there!&lt;/P&gt;
&lt;P&gt;I'm trying to create an automation that duplicates all QVD files from one space to another in Qlik. So far, I've only been able to &lt;STRONG&gt;move&lt;/STRONG&gt; the QVD files using the Call URL block, following this thread:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Application-Automation/How-to-move-Qvd-from-a-space-to-another/td-p/2053143" target="_new" rel="noopener"&gt;&lt;SPAN&gt;How&lt;/SPAN&gt;&lt;SPAN&gt; to&lt;/SPAN&gt;&lt;SPAN&gt; move&lt;/SPAN&gt;&lt;SPAN&gt; QVD&lt;/SPAN&gt;&lt;SPAN&gt; from&lt;/SPAN&gt;&lt;SPAN&gt; a&lt;/SPAN&gt;&lt;SPAN&gt; space&lt;/SPAN&gt;&lt;SPAN&gt; to&lt;/SPAN&gt;&lt;SPAN&gt; another&lt;/SPAN&gt;&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;I also read this related thread:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Application-Automation/Duplicate-DataFiles-and-move-them-to-another-space/td-p/2051704" target="_new" rel="noopener"&gt;&lt;SPAN&gt;Duplicate&lt;/SPAN&gt;&lt;SPAN&gt; DataFiles&lt;/SPAN&gt;&lt;SPAN&gt; and&lt;/SPAN&gt;&lt;SPAN&gt; move&lt;/SPAN&gt;&lt;SPAN&gt; them&lt;/SPAN&gt;&lt;SPAN&gt; to&lt;/SPAN&gt;&lt;SPAN&gt; another&lt;/SPAN&gt;&lt;SPAN&gt; space&lt;/SPAN&gt;&lt;/A&gt;,&lt;BR /&gt;which says this process isn't possible via automation because:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The QCS connector lacks a block to copy datafiles to a space.&lt;/LI&gt;
&lt;LI&gt;The Raw API Request block doesn’t support the DataFiles API.&lt;/LI&gt;
&lt;LI&gt;The Call URL block doesn't support &lt;CODE&gt;multipart/form-data&lt;/CODE&gt; content type.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;However, I noticed the Call URL block error mentions that &lt;CODE&gt;multipart/form-data&lt;/CODE&gt; &lt;STRONG&gt;is&lt;/STRONG&gt; supported. Is it possible to achieve this using automation now?&lt;/P&gt;
&lt;P&gt;Additionally, I attempted to use the API in a Python script, following the documentation:&lt;BR /&gt;&lt;A href="https://qlik.dev/manage/data-files/create-datafiles/" target="_new" rel="noopener"&gt;&lt;SPAN&gt;Create&lt;/SPAN&gt;&lt;SPAN&gt; DataFiles&lt;/SPAN&gt;&lt;SPAN&gt; API&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jeronimo_0-1737728461643.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/176851i9D1ADD321CEE7E5C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jeronimo_0-1737728461643.png" alt="Jeronimo_0-1737728461643.png" /&gt;&lt;/span&gt;&lt;BR /&gt;but I got this error:&lt;BR /&gt;&lt;STRONG&gt;403 {"errors":[{"title":"Forbidden","code":"HTTP-403"}]}&lt;/STRONG&gt;&lt;/P&gt;
&lt;H3&gt;My Questions:&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Is duplicating QVD files between spaces now possible via automation?&lt;/LI&gt;
&lt;LI&gt;What could be causing the &lt;CODE&gt;403 Forbidden&lt;/CODE&gt; error in my Python API call?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Thank you in advance for your help!&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jan 2025 14:35:27 GMT</pubDate>
    <dc:creator>Jeronimo</dc:creator>
    <dc:date>2025-01-24T14:35:27Z</dc:date>
    <item>
      <title>Duplicate data files to another space</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Duplicate-data-files-to-another-space/m-p/2502855#M5398</link>
      <description>&lt;P&gt;Hi there!&lt;/P&gt;
&lt;P&gt;I'm trying to create an automation that duplicates all QVD files from one space to another in Qlik. So far, I've only been able to &lt;STRONG&gt;move&lt;/STRONG&gt; the QVD files using the Call URL block, following this thread:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Application-Automation/How-to-move-Qvd-from-a-space-to-another/td-p/2053143" target="_new" rel="noopener"&gt;&lt;SPAN&gt;How&lt;/SPAN&gt;&lt;SPAN&gt; to&lt;/SPAN&gt;&lt;SPAN&gt; move&lt;/SPAN&gt;&lt;SPAN&gt; QVD&lt;/SPAN&gt;&lt;SPAN&gt; from&lt;/SPAN&gt;&lt;SPAN&gt; a&lt;/SPAN&gt;&lt;SPAN&gt; space&lt;/SPAN&gt;&lt;SPAN&gt; to&lt;/SPAN&gt;&lt;SPAN&gt; another&lt;/SPAN&gt;&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;I also read this related thread:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Application-Automation/Duplicate-DataFiles-and-move-them-to-another-space/td-p/2051704" target="_new" rel="noopener"&gt;&lt;SPAN&gt;Duplicate&lt;/SPAN&gt;&lt;SPAN&gt; DataFiles&lt;/SPAN&gt;&lt;SPAN&gt; and&lt;/SPAN&gt;&lt;SPAN&gt; move&lt;/SPAN&gt;&lt;SPAN&gt; them&lt;/SPAN&gt;&lt;SPAN&gt; to&lt;/SPAN&gt;&lt;SPAN&gt; another&lt;/SPAN&gt;&lt;SPAN&gt; space&lt;/SPAN&gt;&lt;/A&gt;,&lt;BR /&gt;which says this process isn't possible via automation because:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The QCS connector lacks a block to copy datafiles to a space.&lt;/LI&gt;
&lt;LI&gt;The Raw API Request block doesn’t support the DataFiles API.&lt;/LI&gt;
&lt;LI&gt;The Call URL block doesn't support &lt;CODE&gt;multipart/form-data&lt;/CODE&gt; content type.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;However, I noticed the Call URL block error mentions that &lt;CODE&gt;multipart/form-data&lt;/CODE&gt; &lt;STRONG&gt;is&lt;/STRONG&gt; supported. Is it possible to achieve this using automation now?&lt;/P&gt;
&lt;P&gt;Additionally, I attempted to use the API in a Python script, following the documentation:&lt;BR /&gt;&lt;A href="https://qlik.dev/manage/data-files/create-datafiles/" target="_new" rel="noopener"&gt;&lt;SPAN&gt;Create&lt;/SPAN&gt;&lt;SPAN&gt; DataFiles&lt;/SPAN&gt;&lt;SPAN&gt; API&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jeronimo_0-1737728461643.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/176851i9D1ADD321CEE7E5C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jeronimo_0-1737728461643.png" alt="Jeronimo_0-1737728461643.png" /&gt;&lt;/span&gt;&lt;BR /&gt;but I got this error:&lt;BR /&gt;&lt;STRONG&gt;403 {"errors":[{"title":"Forbidden","code":"HTTP-403"}]}&lt;/STRONG&gt;&lt;/P&gt;
&lt;H3&gt;My Questions:&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Is duplicating QVD files between spaces now possible via automation?&lt;/LI&gt;
&lt;LI&gt;What could be causing the &lt;CODE&gt;403 Forbidden&lt;/CODE&gt; error in my Python API call?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Thank you in advance for your help!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2025 14:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Duplicate-data-files-to-another-space/m-p/2502855#M5398</guid>
      <dc:creator>Jeronimo</dc:creator>
      <dc:date>2025-01-24T14:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate data files to another space</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Duplicate-data-files-to-another-space/m-p/2502884#M5406</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have written an article on how to move files from one space to another:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Member-Articles/Moving-QVD-Files-Between-Spaces-in-Qlik-Cloud-Using-a-Script/ta-p/2493709" target="_blank"&gt;Déplacer des fichiers QVD entre des espaces dans Qlik Cloud à l'aide de... - Communauté Qlik - 2493709&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Enjoy your Qlik.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Théo ATRAGIE.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2025 16:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Duplicate-data-files-to-another-space/m-p/2502884#M5406</guid>
      <dc:creator>theoat</dc:creator>
      <dc:date>2025-01-24T16:26:16Z</dc:date>
    </item>
  </channel>
</rss>

