Screen recordings uploaded to Streamable come up with this error:
I'm logged in to Streamable (it didn't work anonymously either) and the video actually uploads to my account, but the URL fails to copy to my clipboard.
@lawlmart should I use nullable int or string for status? Nullable int is not good idea in API because not all programming languages support it.
That's looks like a bug in our api. Status should never be null, I'll check it out.
I'm going to hotfix our API so the file descriptor conforms to the ShareX class definition, but for the future StreamableStatusResponseVideo class definition should probably be changed to:
StreamableStatusResponseVideo
{
public string url { get; set; }
}
Looks like that did the trick. Everything but url in the files array is undocumented and therefore subject to change so this should probably still be fixed in ShareX in the future. I'll submit a pull once I get this windows box set up.