Google Sheets connection setup

The on-premise version of UI Bakery needs additional configuration to be able to work with Google Sheets datasource

circle-exclamation
  1. Create a new Google Cloud Consolearrow-up-right project or choose an existing one

  2. Configure the OAuth Consent Screenarrow-up-right with User Type = External and Publishing Status = Production

  3. Click ENABLE APIS AND SERVICES and enable Google Sheets APIarrow-up-right

  4. Click on Create credentialsarrow-up-right and choose User Data

  5. Select Web Application in the OAuth Client ID section

  6. Add Authorized redirect URI with value https://YOUR_DOMAIN_OR_LOCALHOST/gsheet-oauth-callback (make sure to put the same domain as in the UI_BAKERY_APP_SERVER_NAME variable)

  7. Click Create

  8. Put credentials in UI_BAKERY_GSHEET_CLIENT_ID and UI_BAKERY_GSHEET_CLIENT_SECRET variables

  9. Restart your UI Bakery instance with docker compose up -d

Last updated

Was this helpful?