GCP Cloud Storage Connector

Content Type: Module
Categories: Connectors

Overview

The GCP Cloud Storage Connector enables Mendix developers to interact effortlessly with Google Cloud Platform (GCP) Cloud Storage, providing powerful file management capabilities directly within your low-code applications.

 

Key Features:

  • Upload Files: Easily upload files from your Mendix app to GCP Cloud Storage with just a few clicks.
  • Download Files: Retrieve files securely from GCP buckets and use them in your Mendix App.
  • List Buckets: Programmatically fetch and manage available storage buckets in your GCP project.
  • List Folders: Navigate and organize files by listing directories within your Cloud Storage buckets.
  • Create Bucket

Documentation

Typical usage scenario

With this module, you can upload FileDocument objects, including any specialized subclasses, to a Cloud Storage bucket

 

Features and limitations

  • Upload object to GCP Cloud Storage bucket
  • Download object from GCP Cloud Storage bucket
  • List all buckets under specific project
  • List all folders under specific path
  • Create Bucket

Releases