Skip to content

Instantly share code, notes, and snippets.

View tanaikech's full-sized avatar

Kanshi TANAIKE tanaikech

View GitHub Profile
@oshliaer
oshliaer / .md
Last active October 27, 2022 18:24
Google Form In Modal Dialog of Google Spreadsheet
@Max-Makhrov
Max-Makhrov / submit.md
Last active March 5, 2022 00:33 — forked from tanaikech/submit.md
Uploading Local Files to Google Drive without Authorization using HTML Form

Uploading Local Files to Google Drive without Authorization using HTML Form

This is a sample script for uploading local file to Google Drive without the authorization using HTML form. A selected file in your local PC using HTML form is uploaded to Google Drive and saved to Google Drive.

When you use this, at first, please deploy Web Apps. The script is doPost() of following scripts.

Script : Google Apps Script

function doPost(e) {
 var data = Utilities.base64Decode(e.parameters.data);
@oshliaer
oshliaer / .md
Last active February 18, 2021 15:40
#sheet #convert #js

Bloodscream © 2015 MARVEL ###Convert a sheet column letter to dec-number

Set Data Validation