I had my students create gitlab accounts using a script that created the 
account using this POST request:

https://gitlab.com/api/v3/projects?name=pqs_162&visibility_level=0

and then gave me access using this POST request (where project_id is the 
project_id returned above and my_userid is the userid for my gitlab 
account):

https://gitlab.com/api/v3/projects/<project_id>/members?user_id=<my_userid>&access_level=50

I received an email each time saying

"You have been granted Owner access to project..."

But when I click on the link to see the project I get a 404.  I'm also 
unable to connect to the project via git.

Is this a bug or did we do something wrong?

Thanks,
Michael

-- 
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/12398700-1da0-4ce6-92ee-420fb7daeb4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to