<?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: Data Files Access in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-Files-Access/m-p/2535204#M22599</link>
    <description>&lt;P&gt;I found the parameter thanks to Postman App.&lt;/P&gt;
&lt;P&gt;I should have update the parameter "&lt;SPAN&gt;includeAllSpaces" =True&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{{baseUrl}}/api/v1/data-files?includeAllSpaces=True&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Nov 2025 10:57:29 GMT</pubDate>
    <dc:creator>Tenuki</dc:creator>
    <dc:date>2025-11-04T10:57:29Z</dc:date>
    <item>
      <title>Data Files Access</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-Files-Access/m-p/2535104#M22598</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have create API key and manage to try some curl command with success.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Though, when I try&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://mytenant.myregion.qlikcloud.com/api/v1/data-files" target="_blank" rel="noopener"&gt;https://mytenant.myregion.qlikcloud.com/api/v1/data-files&lt;/A&gt;&amp;nbsp;it gives me only data files on my personal space.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I would like to know what parameter I should add to access to all files stored on a specific space, in a specific folder.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;my code :&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;api_key_file = 'api_key_qlick.txt'
api_key = read_api_key(api_key_file)
url = "https://mytenant.myregion.qlikcloud.com/api/v1/data-files"
 
headers = { 
    "Content-type":"application/json",
    "Authorization":f"Bearer {api_key}"
}
response = requests.get(url, headers=headers)
data = response.json()&lt;/LI-CODE&gt;
&lt;DIV&gt;
&lt;DIV&gt;request is the library for curl command in Python&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks for your help&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 03 Nov 2025 16:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Data-Files-Access/m-p/2535104#M22598</guid>
      <dc:creator>Tenuki</dc:creator>
      <dc:date>2025-11-03T16:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data Files Access</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-Files-Access/m-p/2535204#M22599</link>
      <description>&lt;P&gt;I found the parameter thanks to Postman App.&lt;/P&gt;
&lt;P&gt;I should have update the parameter "&lt;SPAN&gt;includeAllSpaces" =True&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{{baseUrl}}/api/v1/data-files?includeAllSpaces=True&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 10:57:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Data-Files-Access/m-p/2535204#M22599</guid>
      <dc:creator>Tenuki</dc:creator>
      <dc:date>2025-11-04T10:57:29Z</dc:date>
    </item>
  </channel>
</rss>

