Appearance
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
- Create (or choose) a Google Cloud project.
- Create a service account and download a JSON key file.
- Create (or choose) bucket(s) you want to use for private and public files.
- Make sure the service account has permission to manage files in those buckets.
Connect Google Cloud Storage in WeWeb
- Go to the
Integrationstab. - Open
Google Cloud Storageand add a connection. - For each environment you use (
Editor,Staging,Production), fill in:Project IDClient EmailPrivate Key
- Save the connection.
Select Google Cloud Storage as your storage provider
- Go to
Data & API→Storage. - Select
Google Cloud Storage. - Select the connection you created.
- Set:
Private Bucket NamePublic Bucket Name(Optional)
- Click
Continueto finish setup.
Common pitfalls
Private key formatting issues
If the private key was copied incorrectly, authentication fails.
- Copy the full
Private Keyvalue 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.

