Manage Google Drive Folders and Permissions with Apps Script
Use Google Apps Script to create folder structures, set sharing permissions, and audit file access in Google Drive — all programmatically.
Read more →Use Google Apps Script to create folder structures, set sharing permissions, and audit file access in Google Drive — all programmatically.
Read more →Export Google Sheets as PDF files using Apps Script. Customise page size, orientation, and range, then save to Drive or email automatically.
Read more →Use Google Apps Script to rename multiple files in Google Drive at once. Add prefixes, suffixes, replace text, or apply numbering sequences to entire folders of files.
Read more →Learn how to read, parse, and process CSV files stored in Google Drive using Google Apps Script. Import CSV data into Google Sheets or process it directly in your script.
Read more →The following script will iterate through the files in the specified folder and log the names and sizes of these files. You customise this to include additional details you may need. Steps to Use the Script The script will output: This script is a basic version and can be customized further based on your requirements.
Read more →If you’re looking to manage your Google Drive files and understand who has access to them, Google Apps Script can be a powerful tool. Let’s see how to create a script that lists all your files in a specific Google Drive folder and the users who have access to these files. This is particularly useful
Read more →Downloading data from Gmail in bulk can be a time-consuming task in various scenarios for SMEs (Small and Medium-sized Enterprises) and Freelancers. Here are some specific scenarios where the script can be beneficial: The below script takes less than 5 minutes to setup, and can save you hours of work. Create a new Google Sheets
Read more →