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."],[[["The page provides reference documentation for the `IngestionDataSourceSettings.Types.CloudStorage.Types.State` enum within the Google Cloud Pub/Sub v1 API."],["The latest version documented is 3.23.0, and the page lists various versions of the API down to version 2.3.0."],["The `State` enum defines the possible statuses for Cloud Storage ingestion, including `Active`, `BucketNotFound`, `CloudStoragePermissionDenied`, `PublishPermissionDenied`, `TooManyObjects`, and `Unspecified`."],["Each state's description indicates if the ingestion is working, if there is a problem with the cloud storage bucket, or if there are permission related problems."],["It lists the namespace that the `State` enum falls under as `Google.Cloud.PubSub.V1` and that it is located in the assembly `Google.Cloud.PubSub.V1.dll`."]]],[]]