RE: API returning incorrectly

2016-05-19 Thread Edward Ned Harvey (gitlabgooglegroup)
The only interesting clue I see in the log files is below. It says "User excluded" which is surprising because the user in question is root. To test if there really is a user permission problem, I added root as an Owner of the group, and repeated the test, with still the same error. I also repea

API returning incorrectly

2016-05-19 Thread Edward Ned Harvey (gitlabgooglegroup)
I'm using the API to automate creation of a project. As follows: returnstatus=`curl -sL -w "%{http_code}" -o $tmpfile --header "PRIVATE-TOKEN: $gitlabaccesstoken" \ --data "name=$sitename" \ --data "namespace_id=$namespaceid" \ --data "visibility_level=0" \ https