I am using the gem 'gitlab' to deal with my Gitlab.com account

Trying to create a new group , I get a 403 Forbidden error... ( also I can 
create the same group via the web browser interface)

To create the group via the API , I wrote the following :  setup a gitlab 
client then request a group create


        gitlab = Gitlab.client(endpoint: git_profile[:endpoint], 
private_token: git_profile[:private_token])
        group = gitlab.create_group("grand_frere_sa","grand_frere_sa")


-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/d2da346e-3ead-4fcc-89f2-112319be2521%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to