Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Google Cloud Storage Spoke

Manage storage and retrieval of data in Google Cloud from your ServiceNow instance.

Request apps on the Store

Visit the ServiceNow Store to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.

Integration Hub subscription

This spoke requires an Integration Hub subscription. For more information, see Legal schedules - IntegrationHub overview.

Spoke version

Google Cloud Storage spoke v1.1.1 is the latest version.

Spoke dependencies

If you’re having trouble installing the app, ensure that these dependent plugins are installed:

  • ServiceNow IntegrationHub Action Template - Data Stream (com.glide.hub.action_type.datastream)
  • ServiceNow IntegrationHub Action Step - REST (com.glide.hub.action_step.rest)
  • ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)
  • ServiceNow Flow Designer - Dynamic Inputs (com.glide.hub.dynamic_inputs)
  • Complex Object (com.glide.cobject)

Note: Some of these plugins are licensable features and require an appropriate license if used outside the spoke implementation. For information on licenses, contact your account manager.

Google Cloud Storage account requirements

The Google Cloud Storage spoke requires a custom app that you create in Google Cloud Platform.s

Supported versions

This spoke was built for API version v1, but may be compatible with later versions.

Spoke subflows

The Google Cloud Storage spoke provides sample subflows to demonstrate automating Google Cloud Storage tasks. To customize the sample subflow, copy it to a new application scope. Available sample subflows include:

SubflowDescription
Move An ObjectMoves an object from the source bucket to destination bucket.
Rename An ObjectRenames the specified object.

Spoke actions

The Google Cloud Storage spoke provides actions to automate Google Cloud Storage when events occur in ServiceNow. For the spoke actions to be performed, you must ensure that your project or organization in Google Cloud Platform has the mentioned permissions. Available spoke actions include:

CategoryActionDescriptionPermissions Required
Bucket Access Control ManagementCreate/Update Bucket Access ControlCreates or updates a bucket access control.- storage.buckets.get - storage.buckets.getIamPolicy - storage.buckets.setIamPolicy - storage.buckets.update
Delete Bucket Access ControlDeletes the specified bucket access control.- storage.buckets.get - storage.buckets.getIamPolicy - storage.buckets.setIamPolicy - storage.buckets.update
List All Bucket Access ControlsRetrieves the list of all bucket access controls.- storage.buckets.get - storage.buckets.getIamPolicy
Bucket ManagementCreate BucketCreates a bucket in Google Cloud Storage.storage.buckets.create
Delete A BucketDeletes the specified bucket in Google Cloud Storage.storage.buckets.delete
Get Bucket DetailsRetrieves details of the specified bucket in Google Cloud Storage.- storage.buckets.get - storage.buckets.getIamPolicy
Get Bucket LabelsRetrieves labels of the specified bucket in Google Cloud Storage.- storage.buckets.get - storage.buckets.getIamPolicy
Get IAM PolicyRetrieves IAM policy of the specified bucket in Google Cloud Storage.storage.buckets.getIamPolicy
List All BucketsRetrieves details of all buckets in Google Cloud Storage.- storage.buckets.list - storage.buckets.getIamPolicy
Update Bucket DetailsUpdates details of the specified bucket in Google Cloud Storage.- storage.buckets.update - storage.buckets.setIamPolicy
Update Bucket IAM PolicyUpdates IAM policy of the specified bucket in Google Cloud Storage.storage.buckets.setIamPolicy
Object Access Control ManagementCreate/Update Object Access ControlCreates or updates a object access control.- storage.objects.get - storage.objects.getIamPolicy - storage.objects.setIamPolicy - storage.objects.update
Delete Object Access ControlDeletes the specified object access control.- storage.objects.get - storage.objects.getIamPolicy - storage.objects.setIamPolicy - storage.objects.update
List All Object Access ControlsRetrieves the list of all object access controls.- storage.objects.get - storage.objects.getIamPolicy
Object ManagementCopy ObjectCopies an object from one bucket to another bucket.- storage.objects.create \(for the destination bucket\) - storage.objects.delete \(for the destination bucket\) - storage.objects.get \(for the source bucket\)
Delete An ObjectDeletes an object in a bucket.storage.objects.delete
Download Object To ServiceNowDownloads the specified object to ServiceNow.- storage.objects.get - storage.objects.getIamPolicy
Get Object DetailsRetrieves the details of the specified object.- storage.objects.get - storage.objects.getIamPolicy
List All ObjectsRetrieves list of all objects in the specified bucket.- storage.objects.list - storage.objects.getIamPolicy
Rewrite An ObjectRewrites an object from the source bucket to destination bucket.- storage.objects.create \(for the destination bucket\) - storage.objects.delete \(for the destination bucket\) - storage.objects.get \(for the source bucket\)
Update Object Details In A BucketUpdates details of the specified object in a bucket.- storage.objects.update - storage.objects.setIamPolicy
Update Object Storage ClassUpdates storage class of the specified object.- storage.objects.update - storage.objects.setIamPolicy
Upload An ObjectUploads an object to the specified bucket.- storage.objects.create - storage.objects.delete

For more information about the required permissions, see IAM permissions reference.

Available AI agents

Install Now Assist for Integration Hub and start using the available AI agents. For more information, see ServiceNow Otto for Integration Hub.

This spoke provides standalone AI agents that mimic human-like intelligence to perform tasks in your ServiceNow instance.

  • In the ServiceNow agentic system, you can create an agentic workflow that comprises of a set of large language model (LLM) instructions along with one or more standalone AI agents to execute an objective. See for information about adding AI agents to create agentic workflows as per your requirement and provide the required trigger.

    You can also search for other available AI agents and add them to your agentic workflow. See Find AI agents for more information.

  • You can create a clone of the required spoke AI agent and customize it as per your requirement. See for more information about creating a clone.

  • See for information about AI agents.

Available AI agents include:

AI AgentDescription
Google Cloud Storage object management AI agentManages object management tasks (that is, object management, storage class updates, and object transfers) in Google Cloud Storage.
Google Cloud Storage object access control management AI agentManages object access control management tasks (that is, object access controls, deletes, lists, and creates or updates access control settings) in Google Cloud Storage.
Google Cloud Storage bucket management AI agentManages bucket management (that is, creates, updates, and deletes buckets, retrieves bucket details, manages IAM policies, lists all available buckets) in Google Cloud Storage.
Google Cloud Storage bucket access AI agentManages bucket access (that is, bucket access controls, create or update bucket access controls, and delete bucket access controls) in Google Cloud Storage.

There might be AI agents installed with the Now Assist application that are not used in agentic workflows. To learn how to see all agents that are available to you, see Find AI agents.

Note: Ensure that the user running an AI agent has the required roles and permissions to access data or perform operations on data in the table that is associated with the AI agent.

Connection and credential alias requirements

Integration Hub uses aliases to manage connection and credential information, and OAuth credentials. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. If the connection or credential information changes, you don't need to update any actions that use the connection.

For information about setting up the spoke, see Set up the Google Cloud Storage spoke.