Unable to export project since few days

Hi,

I can’t export any of my private repositories (don’t try with public).

Here to ask gitlab to export a project :

curl --request POST --header “PRIVATE-TOKEN: $GITLAB_TOKEN” https://gitlab.com/api/v4/projects/XXXXXXXXX/export
{“message”:“202 Accepted”}

It’s always accepted

And when I asked the status :

curl --header “PRIVATE-TOKEN: $GITLAB_TOKEN” https://gitlab.com/api/v4/projects/XXXXXXXX/export
{“id”:XXXXXXX,“description”:"…",“name”:“test-cicd”,“name_with_namespace”:"…",“path”:“test-cicd”,“path_with_namespace”:"…",“created_at”:“2020-03-20T20:23:23.245Z”,“export_status”:“none”}

I always get an export_status to the none value.

It’s not a problem of requests limits, I have waited one day, try once and again, nothing happens. Any idea ? Sounds like a deprecation ?

Thanks for your help

1 Like