Skip to content

Actions for interacting with the Google Drive API

License

Notifications You must be signed in to change notification settings

Madrona-Games/google-drive-actions

Repository files navigation

Google Drive Actions

Initial Setup

After you've cloned the repository to your local machine or codespace, you'll need to perform some initial setup steps.

  1. 🛠️ Install the dependencies

    npm install
  2. 🏗️ Package the TypeScript for distribution

    npm run build