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
Solved

I am new to the Qualtrics API and running Curl command to upload file by Automation and getting 404

  • April 7, 2022
  • 4 replies
  • 389 views

Forum|alt.badge.img+1

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.

Best answer by brijeshaitian

I have changed the data-center and it starts working for me.

4 replies

Aanurag_QC
QPN Level 5 ●●●●●
Forum|alt.badge.img+31

Have you tried out the example provided?

image.png


Forum|alt.badge.img+1

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".


Forum|alt.badge.img+3
  • Level 1 ●
  • June 1, 2022

Aanurag_QC,
I'm having the same problem with Postman. Did you find a solution?

Thanks!!


Forum|alt.badge.img+1

I have changed the data-center and it starts working for me.