Trying to upload an image from server to server I got:
[ { domain: 'global', reason: 'forbidden', message: 'googlec-storage-object-creator@project-name.iam.gserviceaccount.com does not have storage.objects.delete access to bucket-mybucket/mypicture.jpg.' } ], code: 403,
If the image name is different, it just works. Versioning is suspended, and there was a file with that name, but it was removed.
I even removed the bucket and created it again, and the problem persists.
No error at all if the filename is different from "mypicture.jpg"
Any help about that ? Thanks