Why does create dataset return errorCode when createProject is true ? | XM Community
Skip to main content

The documentation here: https://api.qualtrics.com/guides/reference/datasets.json/paths/~1datasets/post states that setting createProject to true will create a visible project in the UI for this Dataset. When I do so, I get the following response:
{
    "meta": {
        "requestId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "httpStatus": "404 - Not Found",
        "error": {
            "errorCode": "ASC_2",
            "errorMessage": "Dataset not found"
        }
    }
}
I get the expected response when createProject is false.

Though I'm not familiar with the "datasets" API, my guess is datasets are used by the CX/Dashboards product.
Do you have access to Dashboard Projects? Or just Survey Projects?


Hey asatar - I figured out the problem (for me at least). My account did not have the permission enabled called "Use Imported Data Projects".
After I enabled it, I was able to successfully run the call with createProject = true

If you're not an admin, talk to your admin and see if that's something you can get enabled.


faris , this was the issue, thanks!


Leave a Reply