Skip to content

Instantly share code, notes, and snippets.

View ingGhost's full-sized avatar
🌴
On vacation

Arib ingGhost

🌴
On vacation
  • 04:41 (UTC +07:00)
View GitHub Profile
@ingGhost
ingGhost / script-download-file.gs
Created October 29, 2022 09:43
Google Script Downlod File
# Script untuk download file dari URL yang terdapat di spreadsheet
# contoh spreadsheet
# Link | Folder | Status
# ...mp4 | Ultraman | {biarkan kosong}
function downloadPrimary() {
let sheet = SpreadsheetApp.openById("SPREAD_SHEET_ID_KALIAN").getActiveSheet();
let lastRow = sheet.getLastRow();