Prompt Buddy logoPrompt Buddy

google · Google Workspace Docs

Google Docs API Node.js quickstart

A step-by-step guide to setting up a Node.js environment, authenticating with OAuth, and making initial API calls to the Google Docs API.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Google Docs API Node.js quickstart

A step-by-step guide to setting up a Node.js environment, authenticating with OAuth, and making initial API calls to the Google Docs API.

When To Use

Use when you need to initialize a Node.js project to interact with the Google Docs API and configure the necessary authentication credentials.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/google-docs-api-node-js-quickstart-workflow-guide.mdA guide for setting up a Node.js command-line application to make requests to the Google Docs API.Questions about a guide for setting up a Node.js command-line application to make requests to the Google Docs API.

What This Skill Covers

  • Create a Node.js command-line application that makes requests to the Google Docs API.
  • Main sections: Objectives, Prerequisites, Set up your environment, Enable the API, Configure the OAuth consent screen.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://developers.google.com/workspace/docs/api/quickstart/nodejs