Error 403 using remote backend - gcs bucklet

Hello, a week ago we are having problems using the remote state backend. When are using this code:
terraform {
backend “gcs” {
bucket = “bucket-terraform_tfstate”
prefix = “terraform/state”
}

And this is the error:
Error: Failed to get existing workspaces: querying Cloud Storage failed: googleapi: Error 403: user@xxx does not have serviceusage.services.use access to the Google Cloud project., forbidden

We have this problem in all customer and all projects. The roles are ok, if we try to access the bucket from the console (gsutil list) we can access.
We try in old projects where this code works and we have the same error.
If we use the local state we don`'t have problems.
Can anybody help us?
Thank you

1 Like

Same problem here. Did you ever find a solution?