Hello everyone, if a user interrupts a video upload, does it get deleted automatically?
Hello everyone, if a user interrupts a video upload, does it get deleted automatically?

Streams module. I am following the example laid out here: https://developers.cloudflare.com/stream/uploading-videos/direct-creator-uploads/#resumable-uploads
https://api.cloudflare.com/client/v4/accounts/${CLOUDFLARE_ACCOUNT_ID}/stream/${VIDEO_UID}/token, {Bearer ${CLOUDFLARE_API_TOKEN},https://videodelivery.net/${VIDEO_UID}/manifest/video.m3u8?token=${cloudflareTokenData.result.token};
1280x692 which is slightly less than 720p but the streams are generated for 280p, 360p and 480p only. The deduction from 692p to 480p is leading to huge quality difference when we play the video using player.Streamshttps://api.cloudflare.com/client/v4/accounts/${CLOUDFLARE_ACCOUNT_ID}/stream/${VIDEO_UID}/tokenBearer ${CLOUDFLARE_API_TOKEN}https://videodelivery.net/${VIDEO_UID}/manifest/video.m3u8?token=${cloudflareTokenData.result.token}