"Missing Filename" error on QFS POST | XM Community
Skip to main content

curl --location --request POST 'https://sjc1.qualtrics.com/automations-file-service/automations/MyPrivateInfo/files' \\
--header 'Content-Disposition: multi-form; name="file"; filename="Qualtrics_7Day_Survey.csv"' \\
--header 'X-API-TOKEN: PrivateKey' \\
--form 'file=@"4vQsuuor3/Qualtrics_7Day_Survey.csv"'


Imagine I have my token and private link in the spots I replaced above. I am getting "missing file form" error on my requests, yet I have the file form uploaded/available. What is missing here?

Qualtrics File Service - how often does it change datacenters?

Hi gpmontgomery,
I haven't used QFS much before, but the automationId is a special ID provided by Qualtrics beginning with AU_ (it is not the name of the automation). Examples on this page.
Also this may be a silly question, but I assume the file parameter is correctly pointing to a local path on your computer/server?


Leave a Reply