Skip to content

Instantly share code, notes, and snippets.

@Victornovikov
Last active December 18, 2020 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Victornovikov/677a0ebf3a7ecddaf6c5bf1c1aa661bc to your computer and use it in GitHub Desktop.
Save Victornovikov/677a0ebf3a7ecddaf6c5bf1c1aa661bc to your computer and use it in GitHub Desktop.
Interacting with google services over API Google App script vs APIs

Interacting with google services over API Google App script vs APIs

One can use two differenta approaches when developing an app that interfaces with google applicattions

  1. Google App Script
  2. Google APIs.

Google App Script

This path mostly focues on automating tasks when working with G Suite (Google Workspaces) apps. Think MS Office / Excel Macro.

You can stretch abilities of Google App Script quite a bit. You can even write web apps with standard JS mixed in.

Google APIs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment