<?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: updating qConnectionSecret is not working in Data-connection api in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/updating-qConnectionSecret-is-not-working-in-Data-connection-api/m-p/2043015#M788</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/127133"&gt;@Manoj_Prabu&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/171801"&gt;@Todd66&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;A href="https://tower-defense.co" target="_self"&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#FFFFFF"&gt;Tower Defense&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Sorry for the late reply. I fixed the above issue by creating the initial connection through API. &lt;BR /&gt;On the 1st case I create the connection directly in the Qlik sense cloud data load editor and it works. After few week it didn't work. &lt;BR /&gt;So I deleted the old connection and created new connection through API and try to update the credentials through API. In 2nd case it worked. &lt;BR /&gt;Please try this 2nd method.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;I am trying to get the access token or some way of login using python and submit the post request using python.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2023 09:00:28 GMT</pubDate>
    <dc:creator>DuncanJones</dc:creator>
    <dc:date>2023-02-28T09:00:28Z</dc:date>
    <item>
      <title>updating qConnectionSecret is not working in Data-connection api</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/updating-qConnectionSecret-is-not-working-in-Data-connection-api/m-p/1919883#M210</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;
&lt;P&gt;I was trying to update the Amazon S3 credentials in Qlik SaaS data connection dynamically using data-connection API. &lt;STRONG&gt;A week before the API worked fine, but now it is not&lt;/STRONG&gt;. The link I followed&amp;nbsp;&lt;A href="https://qlik.dev/apis/rest/data-connections#%23%2Fentries%2Fdata-connections%2F-qID-put" target="_blank" rel="noopener"&gt;https://qlik.dev/apis/rest/data-connections#%23%2Fentries%2Fdata-connections%2F-qID-put&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I'm passing the following data:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"qID":"string"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"qName":"string"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"qConnectStatement":"string"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"qType":"string"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"qEngineObjectID":"string"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;"qConnectionSecret":"accessKey=accessKeyValue;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;secretKey=&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;secretKeyValue"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;whereas in qConnectionSecret I'm passing wrong&amp;nbsp;credentials intentionally to check the data connection update. Still the data connection is happening. Need help.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Thanks in Advance&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 Mar 2025 23:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/updating-qConnectionSecret-is-not-working-in-Data-connection-api/m-p/1919883#M210</guid>
      <dc:creator>Manoj_Prabu</dc:creator>
      <dc:date>2025-03-19T23:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: updating qConnectionSecret is not working in Data-connection api</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/updating-qConnectionSecret-is-not-working-in-Data-connection-api/m-p/1926156#M224</link>
      <description>&lt;P&gt;Hello,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;A href="https://www.landstaronline.me/" target="_self"&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#FFFFFF"&gt;LandstarOnline Login&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks for asking this because&amp;nbsp;&lt;SPAN&gt;I faced similar kind of issue last time, I am still searching for some proper solution Same issue still no fix to this.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Help&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 04:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/updating-qConnectionSecret-is-not-working-in-Data-connection-api/m-p/1926156#M224</guid>
      <dc:creator>Todd66</dc:creator>
      <dc:date>2022-05-05T04:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: updating qConnectionSecret is not working in Data-connection api</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/updating-qConnectionSecret-is-not-working-in-Data-connection-api/m-p/1941661#M284</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/171801"&gt;@Todd66&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Sorry for the late reply. I fixed the above issue by creating the initial connection through API. &lt;BR /&gt;On the 1st case I create the connection directly in the Qlik sense cloud data load editor and it works. After few week it didn't work. &lt;BR /&gt;So I deleted the old connection and created new connection through API and try to update the credentials through API. In 2nd case it worked. &lt;BR /&gt;Please try this 2nd method.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 13:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/updating-qConnectionSecret-is-not-working-in-Data-connection-api/m-p/1941661#M284</guid>
      <dc:creator>Manoj_Prabu</dc:creator>
      <dc:date>2022-06-09T13:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: updating qConnectionSecret is not working in Data-connection api</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/updating-qConnectionSecret-is-not-working-in-Data-connection-api/m-p/2043015#M788</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/127133"&gt;@Manoj_Prabu&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/171801"&gt;@Todd66&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;A href="https://tower-defense.co" target="_self"&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#FFFFFF"&gt;Tower Defense&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Sorry for the late reply. I fixed the above issue by creating the initial connection through API. &lt;BR /&gt;On the 1st case I create the connection directly in the Qlik sense cloud data load editor and it works. After few week it didn't work. &lt;BR /&gt;So I deleted the old connection and created new connection through API and try to update the credentials through API. In 2nd case it worked. &lt;BR /&gt;Please try this 2nd method.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;I am trying to get the access token or some way of login using python and submit the post request using python.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 09:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/updating-qConnectionSecret-is-not-working-in-Data-connection-api/m-p/2043015#M788</guid>
      <dc:creator>DuncanJones</dc:creator>
      <dc:date>2023-02-28T09:00:28Z</dc:date>
    </item>
  </channel>
</rss>

