SpreadsheetDB-For-Google_Apps_Script icon indicating copy to clipboard operation
SpreadsheetDB-For-Google_Apps_Script copied to clipboard

Google Spreadsheet as a DB for Google Apps Script.

Results 1 SpreadsheetDB-For-Google_Apps_Script issues
Sort by recently updated
recently updated
newest added

The `OAuthConfig` was gone. Now, must use [`OAuth2 for Apps Script`](https://github.com/googlesamples/apps-script-oauth2) for access to Google API with OAuth. - A post of Google Apps Developer Blog [`Changes to OAuth in...