<?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: Get File content from github renders the path wrong? in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Get-File-content-from-github-renders-the-path-wrong/m-p/2539863#M6376</link>
    <description>&lt;DIV style="font-family: 'Segoe UI'; font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px;"&gt;It seems a problem with encoding:&lt;CODE&gt;%2F&lt;/CODE&gt; is the encoded form of &lt;CODE&gt;/&lt;/CODE&gt;.&lt;/DIV&gt;
&lt;DIV style="font-family: 'Segoe UI'; font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px;"&gt;I assume that the blocks are automatically URL‑encodeing the input: they treat it as a &lt;EM&gt;parameter&lt;/EM&gt; rather than a &lt;EM&gt;path&lt;/EM&gt;.&lt;/DIV&gt;
&lt;DIV style="font-family: 'Segoe UI'; font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px;"&gt;If the target API expects literal path segments (with &lt;CODE&gt;/&lt;/CODE&gt; acting as delimiters), encoding &lt;CODE&gt;/&lt;/CODE&gt; into &lt;CODE&gt;%2F&lt;/CODE&gt; will cause lookup failures (e.g., it treats the whole thing as a single filename instead of navigating folders).&lt;BR /&gt;Try to see if one of these options are available Instead of using the raw path in Get file content:&lt;/DIV&gt;
&lt;DIV style="font-family: 'Segoe UI'; font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px;"&gt;
&lt;P&gt;1. Use “Get item by path” block:&lt;BR /&gt;-Input your path: Managed/SpaceName/AppName/Appname.qvf&lt;BR /&gt;- This returns the itemId (GUID).&lt;/P&gt;
&lt;P&gt;2. Pass the itemId to “Get file content by ID”&lt;BR /&gt;-The ID avoids any encoding issues because the API expects it as a unique identifier.&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV style="font-family: 'Segoe UI'; font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px;"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Wed, 24 Dec 2025 12:42:30 GMT</pubDate>
    <dc:creator>Andrea_Bertazzo</dc:creator>
    <dc:date>2025-12-24T12:42:30Z</dc:date>
    <item>
      <title>Get File content from github renders the path wrong?</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Get-File-content-from-github-renders-the-path-wrong/m-p/2539766#M6373</link>
      <description>&lt;P&gt;Hi there,&lt;BR /&gt;has anyone stumbled upon the error that the "get File content" block cannot parse the path correctly?&lt;/P&gt;&lt;P&gt;In my case the repository path is Managed/SpaceName/AppName/Appname.qvf&lt;BR /&gt;For some reason, when I run the automation, the slashes "/" are converted to %2F&lt;BR /&gt;Does anybody know why that happens?&lt;BR /&gt;I use the same path variable in the automation for create or update file content to github, and there it is working fine and the path is interpreted with /&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 16:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Get-File-content-from-github-renders-the-path-wrong/m-p/2539766#M6373</guid>
      <dc:creator>bjoern</dc:creator>
      <dc:date>2025-12-22T16:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Get File content from github renders the path wrong?</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Get-File-content-from-github-renders-the-path-wrong/m-p/2539863#M6376</link>
      <description>&lt;DIV style="font-family: 'Segoe UI'; font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px;"&gt;It seems a problem with encoding:&lt;CODE&gt;%2F&lt;/CODE&gt; is the encoded form of &lt;CODE&gt;/&lt;/CODE&gt;.&lt;/DIV&gt;
&lt;DIV style="font-family: 'Segoe UI'; font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px;"&gt;I assume that the blocks are automatically URL‑encodeing the input: they treat it as a &lt;EM&gt;parameter&lt;/EM&gt; rather than a &lt;EM&gt;path&lt;/EM&gt;.&lt;/DIV&gt;
&lt;DIV style="font-family: 'Segoe UI'; font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px;"&gt;If the target API expects literal path segments (with &lt;CODE&gt;/&lt;/CODE&gt; acting as delimiters), encoding &lt;CODE&gt;/&lt;/CODE&gt; into &lt;CODE&gt;%2F&lt;/CODE&gt; will cause lookup failures (e.g., it treats the whole thing as a single filename instead of navigating folders).&lt;BR /&gt;Try to see if one of these options are available Instead of using the raw path in Get file content:&lt;/DIV&gt;
&lt;DIV style="font-family: 'Segoe UI'; font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px;"&gt;
&lt;P&gt;1. Use “Get item by path” block:&lt;BR /&gt;-Input your path: Managed/SpaceName/AppName/Appname.qvf&lt;BR /&gt;- This returns the itemId (GUID).&lt;/P&gt;
&lt;P&gt;2. Pass the itemId to “Get file content by ID”&lt;BR /&gt;-The ID avoids any encoding issues because the API expects it as a unique identifier.&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV style="font-family: 'Segoe UI'; font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px;"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 Dec 2025 12:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Get-File-content-from-github-renders-the-path-wrong/m-p/2539863#M6376</guid>
      <dc:creator>Andrea_Bertazzo</dc:creator>
      <dc:date>2025-12-24T12:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Get File content from github renders the path wrong?</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Get-File-content-from-github-renders-the-path-wrong/m-p/2539946#M6377</link>
      <description>&lt;P&gt;Hi Andrea,&lt;BR /&gt;thanks for the reply. Unfortunately I cannot find those two blocks that you mentioned.&lt;/P&gt;&lt;P&gt;I did some further testing, and it seems to me as if there is a bug in some of the github blocks in Qlik Automation.&lt;BR /&gt;I tested the block "Get File SHA" where one has to fill in Inputs for User, Repo, Branch &amp;amp; Path. This works fine and I get an output.&lt;BR /&gt;Then I tested "Get File" where there are the same inputs. This however leads to the error "&lt;SPAN&gt;Missing mandatory parameter "file_sha"." There is no input however to pass on this information from the "Get File SHA" block.&lt;BR /&gt;The block "Get File Content" has the input fields User, Repo, Path &amp;amp; Ref and there the Path is not rendered as in the other blocks, such as "get file sha" or "Create or Update File Content"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Dec 2025 09:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Get-File-content-from-github-renders-the-path-wrong/m-p/2539946#M6377</guid>
      <dc:creator>bjoern</dc:creator>
      <dc:date>2025-12-29T09:43:30Z</dc:date>
    </item>
  </channel>
</rss>

