FILE_UPLOAD item type in google forms
问题 Google recently added a file upload feature to their forms. However, I am unable to find any documentation on how to use this in google scripts. If I look at the item types API on google, it isn't listed https://developers.google.com/apps-script/reference/forms/item-type However, if I check the types in my form, I get a type of "FILE_UPLOAD" responseItem.getItem().getType() //returns FILE_UPLOAD If I look at the object, it is an array with a string. I am just trying to figure out how to get