strapi-community/strapi-provider-upload-google-cloud-storage

GCP Permission - storage.buckets.get is required for the plugin to work.

darrenhaken opened this issue · 2 comments

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

Lith commented

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