Open johann-petrak opened 6 months ago
get_files api is working on my side https://www.codabench.org/api/competitions/2744/get_files/
From the code: super user and competition admins can access files
https://www.codabench.org/api/competitions/2744/results/ gives 500 error which needs to be checked but the error You are not a competition admin or superuser
is correct. Only admins can access this
When trying to use that URL, using an auth token of my user which is definitely the user that created that competition (johannpetrak):
I get the response:
{"detail":"You are not a competition admin or superuser"}
Trying the same from python I just get a server error code 500 response.
Using the token works for other protected API calls e.g. downloading the submissions.
However other API calls also do not work as expected e.g.
/api/competitions/2744/get_files/
which returns:{"detail":"You don't have access to the competition files"}