I have a google form which my users use to upload files. I record the following
- a unique id (input by user)
- a category of the document (selected by the user via a dropdown in the form)
- The file itself (uploaded by the user)
- Google drive link that is recorded into the spreadsheet.
I am unable to find a way to get the actual filename, of the uploaded file.
My requirement
- Extract the filename using the drive link as in 4 above using a custom function in the spreadsheet
OR
- Any provision by which I can also record the filename of the uploaded file by way of the google form itself.
Any help is highly appreciated.