[Ent] Google Cloud Storage

Pydio cells enterprise is compatible with google cloud object storage, therefore you can have datasources that are connected to your google cloud storage buckets.

Start by generating credentials if you do not have them, for that, open the menu on your GCS dashboard (the top left burger) and then go to the following section APIs & Services > Credentials.

Now click on Create credentials and select Service account key:

  • Service account : You can use the default one.
  • Key type : Choose JSON

then click on Create, it will generate and download automatically a JSON file, (you will it need later to configure your datasource).

Assuming that you already have created your bucket, here's how you connect a GCS bucket to a Cells datasource:

  • Bucket Name : put your bucket name.
  • GCS JSON Credentials: put the content of the file that we generated above with your gcs account.
  • Internal path : you can make the datasource point to a specific folder inside the bucket.
Back to top