Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all
having a very basic issue here, I'm wondering if the SDK (Python) is at fault.
I'm connecting to Qlik fine and can do simple SDK tasks okay... However, a very simple task is failing with a strange error
I want to return a list of spaces using
ls_space =qlik.spaces.get_spaces()
ls_space = qlik_oauth_connection.client.rest(path="/spaces" , method="GET")
@DaveChannon are you able to help
I'm able to reproduce the issue as well, and indeed it seems to be due to the SDK. I'm going to report it to our developers.