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.
Solved
Why does create dataset return errorCode when createProject is true ?
Best answer by faris
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
