Skip to content

Updating visuals

If you see any images containing outdated UI, please bear with us.

We are updating all content as quickly as possible to mirror our new UI.

Google Cloud Storage

Google Cloud Storage (GCS) is Google’s storage provider for files. You can connect it to WeWeb so your project can manage Public and Private files.

Setup in Google Cloud

  1. Create (or choose) a Google Cloud project.
  2. Create a service account and download a JSON key file.
  3. Create (or choose) bucket(s) you want to use for private and public files.
  4. Make sure the service account has permission to manage files in those buckets.

Connect Google Cloud Storage in WeWeb

  1. Go to the Integrations tab.
  2. Open Google Cloud Storage and add a connection.
  3. For each environment you use (Editor, Staging, Production), fill in:
    • Project ID
    • Client Email
    • Private Key
  4. Save the connection.

Select Google Cloud Storage as your storage provider

  1. Go to Data & APIStorage.
  2. Select Google Cloud Storage.
  3. Select the connection you created.
  4. Set:
    • Private Bucket Name
    • Public Bucket Name (Optional)
  5. Click Continue to finish setup.

Common pitfalls

Private key formatting issues

If the private key was copied incorrectly, authentication fails.

  • Copy the full Private Key value from the JSON key file.
  • Make sure line breaks are preserved.

Access denied (403)

Make sure the service account has access to the bucket(s) you set in WeWeb.