You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New endpoint for enabling video download of Cloudfare videos (#411)
* New endpoint that enables an uploaded video to be downloaded
* gofmt
* gofmt
Co-authored-by: Carlos G <[email protected]>
Co-authored-by: Lazy Nina <[email protected]>
"EnableVideoDownload: error performing POST request: %v", err))
446
+
return
447
+
}
448
+
ifresp.StatusCode!=200 {
449
+
_AddBadRequestError(ww, fmt.Sprintf("EnableVideoDownload: POST request did not return 200 status code but instead a status code of %v", resp.StatusCode))
0 commit comments