Uploading file using Google Apps Script using HtmlService

前端 未结 3 1027
长情又很酷
长情又很酷 2020-11-30 08:29

How can I upload files to google drive? I want to create a web app using google app script - htmlservice. I don\'t know how to point form in html to existing google app scr

3条回答
  •  春和景丽
    2020-11-30 08:36

    try: return HtmlService.createTemplateFromFile('myPage').evaluate(); More: html service reference

提交回复
热议问题