Download Uploaded File | XM Community
Solved

Download Uploaded File

  • 24 July 2018
  • 2 replies
  • 243 views

Hi,

Is there any API documentation on downloading a file uploaded by the survey respondent.

Here's the link on the question type:
https://www.qualtrics.com/support/survey-platform/survey-module/editing-questions/question-types-guide/advanced/file-upload/
icon

Best answer by mattyb513 25 July 2018, 04:47

View original

2 replies

Userlevel 6
Badge +6
When do you want to download it? If you are hoping for it after the fact, similar to response exports, I'm pretty sure that isn't built out yet.

However, you can get the URL on the next page using piped text. With JavaScript you can even get it on the same page and access it.

If you need it after the fact, a workaround could be to add the URL of the file as embedded data and then when you export your responses, make an additional request per file. It's not pretty but it could work.
Badge +5
I'm not sure if this was an intention of author, but I'm looking sth similar.

I have F_12345... file id, I know that I can download it from:
"https://<myqualtricspage>.qualtrics.com/WRQualtricsControlPanel/File.php?F=F_12345....&download=1"
But not sure how to get this with VBA code. I have added token, GET response, but still getting "file not found". So is there any more detailed document on this?

Leave a Reply