goodls
This is a CLI tool to download shared files and folders from Google Drive.taking-advantage-of-google-apps-script
Here, CLI tools, libraries, Add-ons, Reports, Benchmarks and Sample Scripts for taking advantage of Google Apps Script which are publishing in my blog, Gists and GitHub are summarized.taking-advantage-of-Web-Apps-with-google-apps-script
This is a report to take advantage of Web Apps with Google Apps Script (GAS).ggsrun
This is a CLI tool to execute Google Apps Script (GAS) at own terminal on local PC. Also this CLI tool can be used for managing files in Google Drive for OAuth2 and Service Account.ImgApp
This is a library of image tools for Google Apps Script.ResumableUploadForGoogleDrive_js
This is a Javascript library to achieve the resumable upload for Google Drive.goris
This is a CLI tool to search for images with Google Reverse Image Search (goris).Google-Apps-Script-Library-Database
This is for the Google Apps Script Library Database and a web application for searching the libraries..RunAll
This is a library for running the concurrent processing using only native Google Apps Script (GAS).FilesApp
FilesApp is a GAS library for retrieving file and folder list in Google Drive using Google Apps Script (GAS). Also this can create a tree from all files and folders in Google Drive.Resumable_Upload_For_WebApps
This is a sample script for uploading files with large size (> 50 MB) at Web Apps using Google Apps Script (GAS). The resumable upload method is used for uploading files. This script can be also applied to the script using gapi of javascript.DownloadLargeFilesByUrl
DownloadLargeFilesByUrl is a GAS library for downloading large files from URL to Google Drive using Google Apps Script (GAS).GPhotoApp
This is a GAS library for retrieving and creating the albums and media items using Google Photo API using Google Apps Script (GAS).DocsServiceApp
This is a Google Apps Script library for supporting Document service, Docs API, Spreadsheet service, Sheets API, Slides service and Slides API. The aim of this library is to compensate the processes that they services cannot achieve.FetchApp
This is a GAS library for creating and requesting the type of multipart/form-data using Google Apps Script. This library enhances Class UelFetchApp of Google Apps Script.CopyFolder
This is Google Apps Script library for copying folder on Google Drive.BatchRequest
This is a library for running Batch Requests using Google Apps Script (GAS).RichTextApp
This is a GAS library for copying the rich text with the text styles from Google Document to Google Spreadsheet or from Google Spreadsheet to Google Document using Google Apps Script (GAS). And, also the rich texts in the cells can be converted to HTML format.OnedriveApp
This is a library of Google Apps Script for using Microsoft OneDrive.HtmlFormApp
This is a Google Apps Script library for parsing the form object from HTML form and appending the submitted values to the Spreadsheet.AsynchronousResumableUploadForGoogleDrive
This is a sample script for uploading multiple files with large size (> 50 MB) at the sidebar, dialog of Google Docs and Web Apps using the resumable upload of the asynchronous process with Javascript and Google Apps Script (GAS).RangeListApp
RangeListApp is a GAS library for retrieving, putting and replacing values for Spreadsheet by a range list with a1Notation using Google Apps Script (GAS).ManifestsApp
This is a Manifests library for Google Apps Scripts.gdoctableapppy
This is a python library to manage the tables on Google Document using Google Docs API.ProjectApp2
This is a GAS project library for Google Apps Script (GAS). This library can be used for the projects of both standalone script type and container-bound script type.getfilelistpy
This is a python library to retrieve the file list with the folder tree from the specific folder of Google Drive.go-getfilelist
This is a Golang library to retrieve the file list with the folder tree from the specific folder of Google Drive.FieldsBuilderForGoogleAPIs
FieldsBuilderForGoogleAPIs is a Web Application for building the fields value for using Google APIs. This is mainly used for developing the scripts for using Google APIs.UnzipGs
This is a GAS library for unzipping a Zip file protected by a password using Google Apps Script.GetEditType
GetEditType is a GAS library for retrieving the edit types of the OnEdit event trigger of Spreadsheet using Google Apps Script (GAS).RearrangeScripts
This is a GAS application for rearranging Google Apps Scripts (GAS) in a project which can be seen at the script editor.GetFileList_js
This is a Javascript library to retrieve the file list with the folder tree from the specific folder (publicly shared folders and own folders) of Google Drive.Creating-PNG-Image-with-Alpha-Channel-using-Google-Apps-Script
This is a sample script for creating a PNG image with the alpha channel using Google Apps Script.Enhanced-Custom-Function-for-Google-Spreadsheet-using-Web-Apps-as-Wrapper
This is a proposal of the enhanced custom function for Google Spreadsheet using Web Apps as the wrapper.syncGoogleScriptRun
This is a Javascript library to use "google.script.run" with the synchronous process.ZipFolder
This is a library for zipping a folder using Google Apps Scripts.tanaikech.github.io
Blog (my memorandums)GmailToList
This is a library for exporting all messages of Gmail as a list using Google Apps Script (GAS).SOUWA_GAS
GAS library for summing string elements in an array at the high speedOwnershipTransfer
This is a Google Apps Script library for achieving the ownership-transfer of the specific folder including the files and sub-folders using Drive API.ProcessApp
This is a library for retrieving the process and information of Google Apps Script. For example, one of methods retrieves the total execution time of all functions executed by the time-driven trigger at owner's account.DateFinder
DateFinder is a GAS library for searching the date objects from the cell range on the sheet in the Spreadsheet and retrieving the searched range as the RangeList object using Google Apps Script (GAS).One_Time_Download_for_Google_Drive
This is a sample script for downloading files from Google Drive by the one time download method.Linking-Google-Cloud-Platform-Project-to-Google-Apps-Script-Project-for-New-IDE
This is the document for linking Google Cloud Platform Project to Google Apps Script Project for New IDE. And also, several sample scripts using Google Apps Script API and Google Photos API are introduced.node-getfilelist
This is a Node.js module to retrieve the file list with the folder tree from the specific folder of Google Drive.ShapeApp
This is an add-on application for manipulating shapes on Google Slide. It can create and update shapes by inputting parameters, and can arrange shapes. This is made of Google Apps Scripts (GAS).DocNamedRangeApp
This is a Google Apps Script library for managing the named range on Google Documents.FileTransfer
How to transfer files for Google Drive without authorization.Managing-A-Lot-Of-Google-Calendar-Events-using-Batch-Requests-with-Google-Apps-Script
These are the sample scripts for managing a lot of Google Calendar Events using the batch requests with Google Apps Script.Safe-Uploading-for-Google-Drive-by-HTML-in-External-Server-using-Google-Apps-Script
This is a report for safe-uploading files to Google Drive by HTML put in the external server using Google Apps Script.HtmlFormObjectParserForGoogleAppsScript_js
This is a Javascript library for sending the HTML form object to Google Apps Script using google.script.run.Batch-Requests-for-Drive-API-using-Google-Apps-Script
These are the sample scripts of the batch requests for Drive API using Google Apps Script.go-gdoctableapp
This is a Golang library for managing tables on Google Document using Google Docs API.File_Picker_using_Google_Apps_Script_and_Javascript_without_3rd_party
This is a sample script for the file picker using Google Apps Script and Javascript without 3rd party.ProjectApp
This is a project library for Google Apps Script (GAS).GASProjectApp
This is a Google Apps Script library for creating, updating and exporting Google Apps Script project of the standalone type using Drive API. In this case, Apps Script API is not used.PDFApp
This is a Google Apps Script library for managing PDFs.SimplePhotoGalleryUsingGoogleAppsScript
This is a sample script for achieving a simple photo gallery created by Google Slides and Web Apps using Google Apps Script.FileUploadBydoPost_GAS
GAS and HTML for file Upload From HTML Form on local PC Using doPost()getSpreadsheetByRange
This is a simple way for retrieving Spreadsheet ID from a range. As an application, we introduce the enhanced copyTo() which can copy from a range to other Spreadsheet.GetAccessTokenFromServiceAccount_js
This is a Javascript library to retrieve the access token from the Google Service Account.UtlApp
This is a Google Apps Script library including useful scripts for supporting to development of applications by Google Apps Script.getcode
This is a Golang library to automatically get an authorization code for retrieving access token using OAuth2.RichTextAssistant
This is a GAS library for supporting editing RichText in Google Spreadsheet using Google Apps Script.CropImageByBorder_js
This is a Javascript library for cropping images by the border.tarUnarchiver-for-Google-Apps-Script
This is a script for extracting files from a tar file using Google Apps Script. This script was created by native Google Apps Script.ArrangeStackingOrder
ArrangeStackingOrder is a GAS library for arranging the stacking order of page elements on Google Slides using Google Apps Script (GAS).Notifying-Comments-at-Stackoverflow-by-Email
This is a script for sending an email when users got comments at Stackoverflow.gislacks
This is a plugin of Sublime Text 3 for submitting files to both Gist and Slack.BatchRequest_js
This is a library for running Batch Requests for Google APIs using Javascript.node-gdoctableapp
This is a Node.js module to manage the tables on Google Document using Google Docs API.go-gettokenbyserviceaccount
This is a Golang library to retrieve access token from Service Account of Google without using Google's OAuth2 package.node-gbatchrequests
This is a Node.js module to run the batch requests of Google APIs.GistChecker
This is a GAS library for notifying the change of number of comments, stars and forks of own Gists as an email using Google Apps Script.image-storage
CreateImg
This Google Apps Script (GAS) library creates an image file from coordinate data.gogauth
This is a CLI tool to easily retrieve access token for using APIs on Google.ConvertNFDtoNFC
This is a script for converting strings from NFD (Normalization Form Decomposition) to NFC (Normalization Form Composition) using Google Apps Script.souwapy
Python library for summing string elements in an array at the high speedcui4netatmo
DOS batch file and UNIX shell script and one liner curl code for retrieving data from Netatmogo-rearrange
This is a Golang library to interactively rearrange a text data on a terminal.Flexible-Labeling-for-Gmail-using-Gemini-API-with-Google-Apps-Script-Part-3
This report improves Gmail email labeling with Gemini API using JSON schema and leverages advancements in Gemini 1.5 Flash for faster processing.gislack
This is a CLI tool to submit files to both Gist and Slack.gorearrange
This is a CLI tool to interactively rearrange a text data on a terminal.gonetatmo
This is a CLI tool to retrieve data from a personal weather station of Netatmo.Processing-Various-Types-of-Invoices-using-Gemini-1.5-API-with-Google-Apps-Script
This repository is for Parsing Invoices using Gemini 1.5 API with Google Apps Script.TemplateApp
This is a Google Apps Script library for easily managing the template of Google Documents and Google Slides using Google Spreadsheet as a database using Google Apps Script.Love Open Source and this site? Check out how you can help us