Hey Guys, I’m basically building a resume analyser, and as a trigger I’m listening google form’s submission, however, to parse the resume as a pdf I need not only the file’s URL, but a filename as well…
To get the file itself from the google drive, I also need to know the filename, so to me it looks like a dead end, because any further manipulations with the file requires it’s name, when each file (resume) is a dynamic entity that I can’t control, so I’m wondering, maybe somebody can suggest to me some solution which either let parse and read file without it’s name, or let get the name of the google drive’s file.
Thank you for your time:)