Uploading mp3 file to Google Drive from Google Apps Script
问题 I have a Google Apps Script web app which I use to save form responses in a spreadsheet and Google drive. One of the form fields saves a file in Google Drive, but it's not working. HTML form (I have reduced it due to the form size) <form id="miformulario" onsubmit="envio_formulario(this)"> <input type="text" id="padre" name="padre" maxlength=8 value="" required class="form-control"/> <input type="email" id="mailp" name="mailp" value="" required class="form-control" /> <input type="file" name=