24 Feb 2024 08:17 PM - last edited on 27 Feb 2024 09:46 AM by MaciejNeumann
I'm trying to create a bucket in a 15-day trial environment, but I'm getting this error. Could you advise me on the reason why? I'm the owner of the environment, so I don't think it's a permissions issue.
Solved! Go to Solution.
26 Feb 2024 06:49 PM
Hi @carlos_carreno
You need to create a custom policy and then assign it to a group. There are the permissions you at least have to use.
ALLOW storage:bucket-definitions:write,storage:bucket-definitions:read;
This is an example of my personal bucket.
26 Feb 2024 08:52 PM
Hello @carlos_carreno I leave you the link to a step by step guide to do it using Postman, but check the permissions as @cesarsaravia already told you.
26 Feb 2024 10:49 PM
@DanielS and @cesarsaravia thanks help me a lot