I am new to the Qualtrics API and running Curl command to upload file by Automation and getting 404 | XM Community
Skip to main content

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
image.png
Can anyone please help me here. Thanks in advance.

Have you tried out the example provided?

image.png


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