Sheety: Sharing Google Sheets without Google Workspace

Overview

Sheetyarrow-up-right is a web service for securely making Google Sheets via API without users requiring a Google Account.

Benefits of using Sheety with PixieBrix:

  • Mod users do not need a Google Account

  • Authentication per sheet

  • Access control per sheet: read/write/add/delete

To use Sheety to serve content for PixieBrix, you will:

  1. Create a Sheety Account

  2. Prepare your Spreadsheet

  3. Add your Spreadsheet to Sheety

  4. Configure Authentication

  5. Create a Integration Configuration in PixieBrix

  6. Use the HTTP Request Brick to make spreadsheet requests

Prepare your Spreadsheet in Google Sheets

Follow Sheety’s documentation to Prepare your spreadsheetarrow-up-right

Add your Spreadsheet to Sheety

Follow Sheety’s documentation to Add your spreadsheetarrow-up-right to a project

Configure Authentication in Sheety

Follow Sheet’s documentation to set up Authenticationarrow-up-right

Create an Integration Configuration in PixieBrix

Create a Sheety Integration Configuration in PixieBrix. See Configuring Integrationsarrow-up-right for information on configuring integration:

Selecting the Sheety Integration

For Token, provide the token you set in the “Configure Authentication in Sheety” step:

Configuring the Sheety Integration

Performing Spreadsheet Operations in PixieBrix

To read/write/add/remove to your sheet, use the HTTP Request brick. See Sheety’s documentation on Making requestsarrow-up-right to determine the URL and request parameters/data.

Retrieving rows from a Google Sheet with the Sheety API

Last updated

Was this helpful?