youtube.com
Totally Unscripted 9: Working with Google Cloud Functions in Google Apps Script
Apr 14th · In this episode on Totally Unscripted we are joined by Riël Notermans from Zzapps.nl. Riël will introduce how Firebase Cloud Functions can be used with Googl...
Shared by 4, including Pablo Felip
github.com
tanaikech/DocsServiceApp: This is a Google Apps Script library for supporting Document service, Docs API, Spreadsheet service, Sheets API, Slides service…
Jan 22nd · 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 processe...
Shared by 2, including Pablo Felip
github.com
tanabee/google-apps-script-release-notes-feed: Apps Script Release notes RSS Feed
Jan 22nd · Apps Script Release notes RSS Feed. Contribute to tanabee/google-apps-script-release-notes-feed development by creating an account on GitHub.
Shared by 2, including Pablo Felip
newbedev.com
Find manually registered (obfuscated) native function address
2 min read · 2021-06-16 · which I assume is build with -fvisibility=hidden because the only export is JNI_OnLoad, no JNIEXPORT void JNICALL Java_com_app_Bar_foo which means public native
Reader View · Shared by 11, including Pablo Felip
hawksey.info
Everything you always wanted to know about Google Apps Script Manifest Files (but were afraid to ask…)
10 min read · 2021-08-02 · On October 24, 2017 Google released Google Apps Script project manifests. The manifest is used to control script project properties and are also increasingly featured in new Google Apps Script serv…
Reader View · Shared by 2, including Pablo Felip
daubejb.medium.com
How to use GCP service accounts with Google Apps Script projects to automate actions in G Suite
2021-08-02 · A Google Apps Script and Google Cloud Platform tutorial to learn how to use GCP Service Accounts to scale and protect automations
Shared by 2, including Pablo Felip
hawksey.info
Everything you ever wanted to know about Gmail draft inline images and Google Apps Script but were afraid to ask
3 min read · 2021-04-20 · A common workflow solution in Google Apps Script is to use a Gmail draft message as a template for sending emails. For the user the benefit is they can draft a message in a familiar environment add…
Reader View · Shared by 2, including Pablo Felip
Digital Inspiration
Code Generator for HTTP Requests
2020-12-14 · Generate ”ready to run“ code snippets for making HTTP requests with Google Apps Script, JavaScript, Node.js and cURL commands.Node.jsGoogle ScriptcURLJavaScriptfunction makeHttpRequest() { const url =…
Shared by 9, including Amit Agarwal, Ben Collins, Pablo Felip, Aleyda Solis 🇺🇦
medium.com
How to use GCP service accounts with Google Apps Script projects to automate actions in G Suite
~16 min read · From 2020 · A Google Apps Script and Google Cloud Platform tutorial to learn how to use GCP Service Accounts to scale and protect automations
Reader View · Shared by 3, including Pablo Felip
github.com
googleworkspace/apps-script-oauth2: An OAuth2 library for Google Apps Script.
2021-01-09 · An OAuth2 library for Google Apps Script. Contribute to googleworkspace/apps-script-oauth2 development by creating an account on GitHub.
Shared by 3, including Pablo Felip
github.com
RomainVialard/ErrorHandler
2021-01-04 · This is a library for Google Apps Script projects. It provides methods to perform an Exponential backoff logic whenever it is needed and rewrite error objects before sending them to Stackdriver Log...
Shared by 2, including Pablo Felip
flaviocopes.com
Namespaces in JavaScript
1 min read · 2020-12-10 · What is namespacing? Namespacing is the act of wrapping a set of entities, variables, functions, objects under a single umbrella term. JavaScript has various ways to do that, and seeing the examples…
Reader View · Shared by 3, including Pablo Felip
ramblings.mcpher.com
Apps Script V8: Provoke server side code from add-ons and htmlservice
8 min read · 2020-12-10 · There are some new problems to do with the accessibility of functions in the global space which depend on a number of factors such as the order of declaration, and whether they are in a [...]
Reader View · Shared by 2, including Pablo Felip
github.com
gsuitedevs/apps-script-samples
From 2019 · Apps Script samples for G Suite products. Contribute to gsuitedevs/apps-script-samples development by creating an account on GitHub.
Shared by 3, including Pablo Felip
github.com
tanaikech/ImgApp
2020-09-19 · This is a library of image tools for Google Apps Script. - tanaikech/ImgApp
Shared by 2, including Pablo Felip
blog.ohheybrian.com
Google Sheets, SpreadAPI, and an Extension
4 min read · 2020-09-17 · This is a revisit to a post I wrote four years ago in which we used a spreadsheet and Google's nifty little hidden JSON data endpoint to serve data to a Chrome extension. Without going too deep, the…
Reader View · Shared by 2, including Pablo Felip