I am using Qualtrics file service to upload a CSV file and I am using curl command provided by Qualtrics but getting message: "automation AU_XXXXXX' does not exist ","httpStatus":"404 - Not Found". Automation status is active.
curl -X POST -H "X-API-TOKEN: [YOUR API TOKEN]" \\
-F 'file=@/path/to/import/file/sample-file.txt' \\
https://{datacenter}.qualtrics.com/automations-file-service/automations/AU_XXXXXXXX/files
(image removed for security purposes)
POSTMAN no automation is getting displayed : https://{datacenterid}.qualtrics.com/automations-file-service/automations
Can anyone please help me here. Thanks in advance.
Page 1 / 1
Have you tried out the example provided?
Aanurag_QC I have tried with POSTMAN but getting the same error there as well.
"automation AU_XXXXXX' does not exist ","httpStatus":"404 - Not Found".
Aanurag_QC,
I'm having the same problem with Postman. Did you find a solution?
Thanks!!
I have changed the data-center and it starts working for me.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.