Tag: google

July 13, 2022
/ Uncategorized
List all Google Drive links of Files / folder to Google Sheet
Google Drive is a powerful cloud storage service provided by Google for free. We can easily add, modify, delete files…

September 24, 2020
/ Uncategorized
CARA MENDAPATKAN LIST FILE DI GOOGLE DRIVE MENGGUNAKAN GOOGLE SCRIPT
function myFunction() { var ss=SpreadsheetApp.getActiveSpreadsheet(); var s=ss.getActiveSheet(); var c=s.getActiveCell(); var fldr=DriveApp.getFolderById(“paste link google drive disini hanya barisan angka dan nomor”);…