Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Django - Cannot insert legacy ACL for an object when uniform bucket-level access is enabled

I am using this tutorial and was able to get to the python manage.py collectstatic line.   I know from the settings that the code is using the Google Storage Bucket ("sync-bucket" in my case) to store static files.

after the collectstatic command my error is 

"error": {"code": 400, "message": "Cannot insert legacy ACL for an object when uniform bucket-level access is enabled. Read more at https://cloud.google.com/storage/docs/uniform-bucket-level-access",

I was able to get through it by changing my bucket level to "fine-grained" and removing the "prevent public access" flag.   I don't really know if that was the correct way to get out of it.

Was there another setting or permission that I needed to apply?

I am using Django 4.04

REFERENCE = https://django-storages.readthedocs.io/en/latest/backends/gcloud.html

0 8 2,254