apps-script-samples
apps-script-samples copied to clipboard
Apps Script samples for Google Workspace products.
# Description Getting MD5 checksum of files in Google Drive specified/root directory and storing them into Google Sheets Fixes # (issue) ## Is it been tested? - [X] Development testing...
... otherwise will get errors on some documents
Users should be informed of which Google Services should be enabled with which samples. Perhaps in the top multiline comment or a README. For example [People Quickstart](https://github.com/googleworkspace/apps-script-samples/blob/master/people/quickstart/quickstart.gs) will receive a...
## Expected Behavior Sample URL: sheets/customFunctions/customFunctions.gs Description: "@customfunction" marks are missing ## Actual Behavior *@customfunction mark must be above metersToMiles and drivingDistance functions Otherwise custom functions are not loaded on...
## Expected Behavior It'd be nice if we could simply do something like `CommonApp.getUi().alert(message)`, with `CommonApp` having common features shared across different app types. ## Actual Behavior I find I...
It's [this](https://github.com/googleworkspace/apps-script-samples/blob/5094bdfb24ee1b2ff9d1a4549afa3e5e3a9d0635/data-studio/auth.gs#L157) method in question. ## Expected Behavior The code sample should either: 1. State that the hasAccess() method does *not* guarantee authorisation as it states in the documentation. 2....
## Expected Behavior Provided sample [mail_merge](https://sites.google.com/site/scriptsexamples/custom-methods/create-text-from-template#TOC-Documentation) works as described. Really it works only for headers with latin symbols (e.g. English). Sample URL: https://sites.google.com/site/scriptsexamples/custom-methods/create-text-from-template#TOC-Documentation Description: The cause is [isAlnum](https://github.com/googleworkspace/apps-script-samples/blob/5094bdfb24ee1b2ff9d1a4549afa3e5e3a9d0635/gmail/mailmerge/mailmerge.gs#L127-L131) function. That...
## Expected Behavior Sample URL: https://script.google.com/macros/s/AKfycbx1u2AdujFdy9xMz8Uq6qYM6jI8Xmy8BcK2U34n98gZ-wwwmIiLXgAtwrvY16wsVBha4A/exec Description: ## Actual Behavior Not working 