Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
I was trying to update the Amazon S3 credentials in Qlik SaaS data connection dynamically using data-connection API. A week before the API worked fine, but now it is not. The link I followed https://qlik.dev/apis/rest/data-connections#%23%2Fentries%2Fdata-connections%2F-qID-put
I'm passing the following data:
Hi @Todd66 ,
Sorry for the late reply. I fixed the above issue by creating the initial connection through API.
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.
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.
Please try this 2nd method.
Thanks
Hello, LandstarOnline Login
Thanks for asking this because I faced similar kind of issue last time, I am still searching for some proper solution Same issue still no fix to this.
Help
Hi @Todd66 ,
Sorry for the late reply. I fixed the above issue by creating the initial connection through API.
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.
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.
Please try this 2nd method.
Thanks
@Manoj_Prabu wrote:
Hi @Todd66 , Tower Defense
Sorry for the late reply. I fixed the above issue by creating the initial connection through API.
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.
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.
Please try this 2nd method.Thanks
I am trying to get the access token or some way of login using python and submit the post request using python.