docs/versioned_docs/version-2.50.0-LTS/data-sources/gcs.md
ToolJet can connect to GCS buckets and perform various operation on them.
<div style={{paddingTop:'24px'}}>To establish a connection with the Google Cloud Storage data source, you can either click on the + Add new Data source button located on the query panel or navigate to the Data Sources page through the ToolJet dashboard.
ToolJet requires the following to connect to a GCS datasource:
You can follow the google documentation to get started.
</div> <div style={{paddingTop:'24px'}}>:::tip Query results can be transformed using transformations. Read our transformations documentation to see how: link :::
Reads the content of a file from GCS.
Uploads a file to GCS.
Retrieves a list of available buckets.
Lists files within a specific GCS bucket.
Generates a signed URL for downloading a file.
Generates a signed URL for uploading a file.