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 documentation for the `IngestionDataSourceSettings.Types.CloudStorage.Types.State` enum within the Google Cloud Pub/Sub v1 API, specifically in the .NET context."],["This enum outlines the possible states for data ingestion from Cloud Storage, including `Active`, `BucketNotFound`, `CloudStoragePermissionDenied`, `PublishPermissionDenied`, `TooManyObjects`, and `Unspecified`."],["The documentation includes a detailed breakdown of each enum state, its meaning, and potential causes, especially regarding permission-related issues."],["The page also provides a list of previous versions for this documentation, with the most recent being version 3.23.0 and going as far back as 2.3.0."],["The documentation is categorized under the `Google.Cloud.PubSub.V1` namespace and is found within the `Google.Cloud.PubSub.V1.dll` assembly."]]],[]]