Closed nagashima-w closed 5 years ago
The key part of the error is this bit:
XXXXXX@XXXXXX.iam.gserviceaccount.com does not have storage.buckets.create access to project 012345678901.
Based on the stack trace, your attempt is trying to create the bucket (not re-use an existing bucket); can you confirm the service account has create for that specific project?
No, I checked after an exception occurred, but the bucket was not created.
Well, I have to admit I'm not sure what exactly could be the issue if the service account is properly configured.
Here's a list of questions that might help troubleshoot:
GOOGLE_APPLICATION_CREDENTIALS
environment variable? Can the NXRM user read the file?Thank you for the information. Then, I will try them next time and report here.
The service account, even though although I created by correctly operation, could not access the gcp project. I apologize to you for a fuss. I will close this issue.
Thanks for creating an issue! Please fill out this form so we can be sure to have all the information we need, and to minimize back and forth.
NEXUS:3.19.1-01
But first I assigned Storage Admin and Cloud Datastore Owner role for XXXXXX@XXXXXX.iam.gserviceaccount.com(this is GCP's service account). After,I assigned Project Owner role it but I got same exception.