Skip to main content
Version: v1.6.40-dev2 🚧

Import from Google Cloud Storage

Overview​

The Import from Google Cloud Storage method allows you to import documents directly from Google Cloud Storage buckets. This method supports various authentication methods and is ideal for organizations using Google's cloud storage services.

Import from Google Cloud Storage

When to use​

  • GCS integration: When your documents are stored in Google Cloud Storage
  • Google ecosystem: For organizations using Google cloud services
  • Enterprise storage: For large-scale document storage and retrieval
  • Cloud workflows: For automated document processing from cloud storage
  • Backup and archival: For importing documents from GCS backup storage

Configuration parameters​

GCS connection​

OptionDefaultDescriptionUse case
Google Storage Path- (text input)GCS bucket path (e.g., gs://bucket-name/path/to/documents)Specify the GCS location to import from
Project ID- (text input)Google Cloud project IDRequired for authentication and access
Authentication MethodService Account (dropdown)Choose authentication methodSelect appropriate authentication for your setup

Authentication options​

OptionDefaultDescriptionUse case
Service Account Key- (file upload)JSON service account key fileRequired for service account authentication
Workload IdentityOff (can be toggled on or off)Use Google Cloud Workload IdentityRecommended for GKE/Cloud Run environments
Application Default CredentialsOff (can be toggled on or off)Use ADC for local developmentFor local development and testing
note

For document processing options, see the Shared Document Processing Options section in the main documentation.


Feedback