<?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: Create Data Files in QAA using Cloud Services Blocks in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Create-Data-Files-in-QAA-using-Cloud-Services-Blocks/m-p/2503372#M5418</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/166453"&gt;@tolange&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;What about those blocks? The problem is, they only support 100mb:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_0-1738084606182.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/176984i84C0D349213E64B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_0-1738084606182.png" alt="marksouzacosta_0-1738084606182.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not sure about your scenario but you could also set dynamically Load Scripts on Qlik Sense Applications to create Data Files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jan 2025 17:17:03 GMT</pubDate>
    <dc:creator>marksouzacosta</dc:creator>
    <dc:date>2025-01-28T17:17:03Z</dc:date>
    <item>
      <title>Create Data Files in QAA using Cloud Services Blocks</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Create-Data-Files-in-QAA-using-Cloud-Services-Blocks/m-p/2503122#M5414</link>
      <description>&lt;P&gt;I am able to create Data Files in Qlik Cloud using the Platform Ops connector, for example using the "Create Data File in Space" block. Ideally, I would want to use the Cloud Services connector as it does not require an OAuth connection. However, I only see blocks for listing &amp;amp; deleting data files in this connector - no blocks to create as are available in the Platform Ops connector.&lt;/P&gt;
&lt;P&gt;Does anyone know if writing is not possible using the Cloud Services connector or if the right block has just not been added yet?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 16:16:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Create-Data-Files-in-QAA-using-Cloud-Services-Blocks/m-p/2503122#M5414</guid>
      <dc:creator>tolange</dc:creator>
      <dc:date>2025-01-27T16:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create Data Files in QAA using Cloud Services Blocks</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Create-Data-Files-in-QAA-using-Cloud-Services-Blocks/m-p/2503372#M5418</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/166453"&gt;@tolange&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;What about those blocks? The problem is, they only support 100mb:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_0-1738084606182.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/176984i84C0D349213E64B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_0-1738084606182.png" alt="marksouzacosta_0-1738084606182.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not sure about your scenario but you could also set dynamically Load Scripts on Qlik Sense Applications to create Data Files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 17:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Create-Data-Files-in-QAA-using-Cloud-Services-Blocks/m-p/2503372#M5418</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2025-01-28T17:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create Data Files in QAA using Cloud Services Blocks</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Create-Data-Files-in-QAA-using-Cloud-Services-Blocks/m-p/2503374#M5419</link>
      <description>&lt;P&gt;Hi Mark, thanks! The temp content service is useful for interacting with externally stored files and quickly get them into Qlik.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My use case is a little different. I want to for example query some Qlik endpoints, compile a list of reloads or users for example, or get some straight table from an app - and then store this into a file right inside Qlik Cloud. With the platform ops blocks I can do so by creating a base64 string of my desired file and then create it using the "Create Data File in Space" block. Such a block is not available in the Cloud Services block as far as I see.&lt;/P&gt;
&lt;P&gt;Now, via the temp content service, the file would first need to exist and be open - so I would need to create it on the fly. So either "Open File" would let me add a base64 string instead of an existing file (just opening a file already stored in Qlik would also be beneficial) or the "Upload File To Temporary Content" would allow for base64 strings instead of existing opened files as input.&lt;/P&gt;
&lt;P&gt;You are right in that I may do similar operations via load script but I would like to explore what's possible via automations as for example API calls are much easier to handle in them compared to load scripts.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 17:49:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Create-Data-Files-in-QAA-using-Cloud-Services-Blocks/m-p/2503374#M5419</guid>
      <dc:creator>tolange</dc:creator>
      <dc:date>2025-01-28T17:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create Data Files in QAA using Cloud Services Blocks</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Create-Data-Files-in-QAA-using-Cloud-Services-Blocks/m-p/2503381#M5421</link>
      <description>&lt;P&gt;I don't see another way besides the &lt;STRONG&gt;Qlik Platform Operations&lt;/STRONG&gt;. Is creating an OAuth client a big inconvenient?&lt;/P&gt;
&lt;P&gt;The funny thing is, why we have connector on&amp;nbsp;&lt;STRONG&gt;Qlik Platform Operations&lt;/STRONG&gt;&amp;nbsp;and not on &lt;STRONG&gt;Qlik Cloud Services&lt;/STRONG&gt;?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 18:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Create-Data-Files-in-QAA-using-Cloud-Services-Blocks/m-p/2503381#M5421</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2025-01-28T18:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create Data Files in QAA using Cloud Services Blocks</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Create-Data-Files-in-QAA-using-Cloud-Services-Blocks/m-p/2503497#M5423</link>
      <description>&lt;P&gt;Platform Operations blocks are fine for platform management purposes, i.e. for users with elevated access, but for "normal" developers and creating best practice guides for them, I would rather go with Cloud Services blocks as those do not require any additional configuration and are scoped to the individual user by default.&lt;/P&gt;
&lt;P&gt;Regarding why the functionality to write data files does not seem to be there in the Cloud Services - that's exactly what I was also wondering.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 10:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Create-Data-Files-in-QAA-using-Cloud-Services-Blocks/m-p/2503497#M5423</guid>
      <dc:creator>tolange</dc:creator>
      <dc:date>2025-01-29T10:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create Data Files in QAA using Cloud Services Blocks</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Create-Data-Files-in-QAA-using-Cloud-Services-Blocks/m-p/2503542#M5424</link>
      <description>&lt;P&gt;Historically the connectors were designed for different use cases, but we've recently made an agreement to bring them more into alignment.&lt;/P&gt;
&lt;P&gt;I'll make a note of this particular gap, we'll take it into consideration.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 13:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Create-Data-Files-in-QAA-using-Cloud-Services-Blocks/m-p/2503542#M5424</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2025-01-29T13:45:08Z</dc:date>
    </item>
  </channel>
</rss>

