Closed Robson-Rocha closed 1 year ago
I found and fixed the issue in PR #191
I'm also using UploadEntireFileAsync and found that the result's ClipId is null
In the debugger, when the result 'IsVerifiedComplete' then result.Ticket.Id.Value gives the ClipId for use in other calls.
The pull request might be a better option, but this is working for me with the released v3.2.0
@gtsoftwareltd This is a good workaround, good find! But the PR is a better option because it doesn't break existing functionality that relies on the ClipId property.
Fixed in 3.2.2
Until recently, everything was working fine.
Suddenly, all uploads are not returning the generated ClipId. This behavior was first observed in v3.10 but was also observed in v3.2.0.
My call:
I need the ClipId for further requests to MoveVideoToFolder, UpdateVideoMetadataAsync, AllowEmbedVideoOnDomainAsync and finally GetVideoAsync (to get the player's embedded URL).