mattroumaya / surveymonkey

Access your SurveyMonkey data directly from R!
https://mattroumaya.github.io/surveymonkey/
Other
42 stars 10 forks source link

Add support for file upload question type #56

Closed sfirke closed 2 years ago

sfirke commented 4 years ago

At least check what the API returns for that. A URL?

mattroumaya commented 3 years ago

We use this for internal intake forms for survey requests:

content_type and download_url are returned from the API and named as such, attachment will be the "question" for the document upload.

Within download_url:

image