Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I try to connect to the Qlik Sense App Using External API in angular js and try to rename that app ,reload that app and republish that app for that i am using below mentioned url to hit but it is showing an error 500 at the time of reload that app and i am also not able to figure out which url should i hit to rename that app .
this is for reloading the app this is post method it is showing 500 error Internal server error
this for republishing the app this is a put method the app
this is for renaming the app this is post method and it is showing 403 The initial authentication request must be a "GET" request in order to be redirected to the authentication module Error
how to resolve those where qsa is an Virtual proxy i have created in Qlik sense even i have added the url http://localhost:4200 in the white list of virtual proxy
Hi @Tejas_Daidawar I'm not aware of these APIs. Are you using these APIs starting from one of our docs/help site?
What are you trying to build? It is a backend service or a front end application? Based on what you described it seems that you need to use QRS APis for duplicate an existing app, rename it, reload it and publish it to a specific Stream.
Are you using Client Managed version right?