Permission denied encountered while calling the Cloud Storage API. This
can happen if the Pub/Sub SA has not been granted the
appropriate
permissions:
storage.objects.list: to list the objects in a bucket.
storage.objects.get: to read the objects in a bucket.
storage.buckets.get: to verify the bucket exists.
PublishPermissionDenied
Permission denied encountered while publishing to the topic. This can
happen if the Pub/Sub SA has not been granted the appropriate publish
permissions
TooManyObjects
The Cloud Storage bucket has too many objects, ingestion will be
paused.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-04 UTC."],[[["This document provides reference documentation for the `IngestionDataSourceSettings.Types.CloudStorage.Types.State` enum within the Google Cloud Pub/Sub v1 API, covering versions from 2.3.0 up to the latest 3.23.0."],["The `State` enum defines possible states for Cloud Storage ingestion, which include `Active`, `BucketNotFound`, `CloudStoragePermissionDenied`, `PublishPermissionDenied`, `TooManyObjects`, and `Unspecified`."],["The documentation specifies the required permissions for the Pub/Sub Service Account (SA) to interact with Cloud Storage, including listing and reading objects, and verifying bucket existence."],["The documentation also details the permissions needed to be able to publish to the topic."],["The document list versioning for this part of the API, all the way back to version 2.3.0, and points to the latest version 3.23.0."]]],[]]