Dataful.TechSecretService: Library for Storing Secrets in Google Apps ScriptLeverage SecretService Library for your Google Apps Script projects to securely store secrets.Mar 12, 2024Mar 12, 2024
Dataful.TechAccess Google Cloud Secret Manager via Google Apps ScriptThere are many ways to store secrets, such as tokens, passwords, and API keys, in Google Apps Script, but they are not created equal. Some…May 1, 2024May 1, 2024
Dataful.TechLink Sharing: Convenience vs. Security and Viable AlternativesOne of the substantial advantages of Google Docs and Sheets over traditional Microsoft products is the ease of document sharing and…Jul 24, 2023Jul 24, 2023
Dataful.TechSecure Your Data: Understand and Manage Authorization Scopes in Google Apps ScriptsIf you ever used Apps Scripts or add-ons for Google Drive/Docs/Sheets, let alone developed them, you have engaged with authorization…Jul 16, 2023Jul 16, 2023
Dataful.TechAuthorization Scopes in Google Apps Script: Convenience vs. SecurityAuthorization scopes are a crucial element of any Apps Script, as they determine what your script is allowed to do. More importantly, they…Jul 19, 2023Jul 19, 2023
Dataful.TechHow to Store Secrets in Google Apps ScriptSecurity of any IT system relies on many factors, including the security of credentials, API keys, and other essential details collectively…Aug 11, 2023Aug 11, 2023
Dataful.TechHow to Append Multiple Rows in Google Sheets with Apps ScriptIt is often necessary to append multiple rows to a sheet in Google Sheets via Apps Script. Unfortunately, the built-in function…Oct 13, 2023Oct 13, 2023
Dataful.TechFetchApp: UrlFetchApp with RetriesGoogle Apps Script is often used to pull data from various services via HTTP requests. However, these requests sometimes fail due to…Dec 8, 2023Dec 8, 2023