apps-script-samples
apps-script-samples copied to clipboard
Apps Script samples for Google Workspace products.
how can i add new dimension or new metric, help me please const metric = AnalyticsData.newMetric(); metric.name = 'activeUsers'; const dimension = AnalyticsData.newDimension(); dimension.name = ('platform');
Hi! I'm trying to reproduce a sample in AppsScript that has been published in the Google Documentation for python and Node. It is this method: https://developers.google.com/forms/api/guides/push-notifications#create_a_watch So basically, I have...
# Summary Getting an error when executing Google Drive (v2) Files.list even if corpora is set to 'drive' and driveId is supplied. ## Expected Behavior Google Drive API v2 Files.list...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
# Description Testing a pull request
## Expected Behavior From the [documentation](https://developers.google.com/apps-script/guides/sheets/functions#sharing), it appears that a sheets add-on with custom functions can be deployed as a workspace add-on. A sample manifest file (appsscript.json) to do so...
# Summary Followed the steps as per https://developers.google.com/gmail/markup/apps-script-tutorial, send an email to myself, received email looks plain - no action button visible. ## Expected Behavior I expected to see an...
I was trying to run the script. But then it gives me this error > Something went wrong. Please check the add-on logs. How can i fix this?
# Summary The "Alternate runtimes" quickstart points to this repo for examples but AFAICT there are only Apps Script samples here. https://developers.google.com/workspace/add-ons/alternate-runtimes-quickstart Are there code examples for the Cards API...