Google Cloud Document Storage

Hi,

I’m having some trouble getting document storage set up with Google Cloud.

I couldn’t find much documentation apart from this thread, so I have followed that, but can’t seem to get it working.

My .env settings are:

DOCUMENT_FILESYSTEM=gcs
GCS_BUCKET=<google-cloud-storage-bucket-name>
GCS_PROJECT_ID=<google-cloud-project-id> 

I have a service account json saved under /storage - in the install directory, not /public/storage

Given Google doesn’t like using service account tokens, has this maybe changed?

There is also nothing at all coming up in laravel.log - I’m testing by attaching files to a test draft invoice and they all upload to the local directory under public/storage/documents

Thanks in advance,

Hi,

@david is this supported?