Преобразование @filename в curl в скрипт google apps
#curl #google-apps-script Вопрос: Запрос на завиток в документации: curl -X POST -d "xls_url=https://kc.kobotoolbox.org/ukanga/forms/tutorial/form.xls" https://kc.kobotoolbox.org/api/v1/forms Мой скрипт приложений function patchForm() { //Other details saved in scriptProperties var payload = "https://docs.google.com/spreadsheets/d/e/.../pub? output=xlsx";…