Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Everyone, I connected qliksense cloud business with qliksense .net sdk or enigma. I'm using API key to connect. I can access objects and object hypercube but can't export data. Because engine return "access denied" error.Anyone have any idea?
I don't think the endpoint "GenericObject.ExportData" is available in cloud. The whole exporting flow is handled quite differently there compared to the on-premise version. There is a REST API called "reports" that can be used for this purpose, but it's not officially documented yet, so you would have to reverse engineer what the Sense client is doing to use it.