Search K
Appearance
Appearance
The Google Get Create Bucket node is used to retrieve an existing Google Cloud Storage bucket by name, or create it if it does not already exist. This ensures that your Google Cloud workflow has access to a valid storage bucket for subsequent file or data operations.
This node is commonly used in automations where storage needs to be validated or provisioned before performing actions such as uploading files, reading from cloud storage, or maintaining backups in Google Cloud Platform (GCP).
Label | Type | Required | Description |
---|---|---|---|
Project Id | text | ✅ | The GCP Project ID in which the bucket should be located or created. |
Bucket Name | text | ✅ | The name of the bucket to retrieve or create. Must meet GCP naming rules. |
No direct output variable is returned to the workflow, but the node sets the status and message indicating whether the bucket was found or created successfully.
Completed
with the message:"Got or Created Google Bucket Success"
Condition | Status | Message |
---|---|---|
Missing required inputs (Project Id , Bucket Name ) | Fail | Returned by validation |
Failed to retrieve a service account token | Fail | (GoogleGetCreateBucket) - Failed to get service |
Failed to create the bucket after retrieval attempt failed | Fail | (GoogleGetCreateBucket) - Failed to Create bucket |
Exception thrown during process | Fail | (GoogleGetCreateBucket) - Google Failure: ... |
GoogleAddFileToBucket
)."Google Cloud Platform"
, which must be pre-configured and accessible by the automation runtime.