SGF API Upload not working

When attempting to post to https://online-go.com/api/v1/me/games/sgf/0 I am succeeding in getting a successful response of

{
    "success": "Files uploaded"
}

However, the game does not then show up in my library. I’m passing a bearer token and using multipart form data for the submission. Could there be something I’m missing here? :thinking: Thanks!

1 Like

Well, as is so often the case this was a user issue, I had forgotten to specify that the file was in a field called “file”. Adding some error messaging here might be good though :slight_smile:

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.