jueves, 14 de octubre de 2021
DIR (MSDOS) en Google Drive
function myFunction() {
var ss=SpreadsheetApp.getActiveSpreadsheet();
var s=ss.getActiveSheet();
var c=s.getActiveCell();
var fldr=DriveApp.getFolderById("poseu aquí l'ID de la carpeta DRIVE");
var files=fldr.getFiles();
var names=[],f,str;
while (files.hasNext()) {
f=files.next();
names.push([f.getUrl(), f.getName()]);
}
s.getRange(c.getRow(),c.getColumn(),names.length, 2).setValues(names); }
lunes, 4 de octubre de 2021
C1 Media on main street
https://mainlinetoday.com/uncategorized/media-everybodys-hometown-a-history-of-state-street/
https://youtu.be/w8E20VvYF6o
Suscribirse a:
Entradas (Atom)