✅YouTube: Get Video status
Returns video status by video uploading ID
Parameters
Uploading ID
You can get video uploading ID from YouTube: Upload Video module.
{
Name: "uploadingId"
Type: "text"
Required: true
}
Interface / Response body
Status
Video uploading status. Could contain one of these values: "in process" / "error" / "processed".
Important note: The uploading status, whish is accessible by the YouTube: Get Video status module, does not actually correspond to the YouTube video status, it only determines is the module processed a video thus transferred it correctly to YouTube or not.
{
Name: "status"
Type: "text"
}
Errors
Status Code
Reasons
404
Such uploading ID does not exist.
Uploading ID has been deleted as 10 min after video uploading passed.
Last updated