strapi-provider-upload-google-cloud-storage
strapi-provider-upload-google-cloud-storage copied to clipboard
GCP Permission - storage.buckets.get is required for the plugin to work.
Describe the bug
storage.buckets.get - why does it require this permission, by default we give our services Storage Object Admin as the apps control content, not the bucket itself. In order to get this plugin to work, we have had to elevate that to Storage Admin
Hi @darrenhaken,
Feel free to submit PR update with our needed.
Thanks,
@darrenhaken Found that setting skipCheckBucket: true
in the plugin config seems to fix this