Reputation: 513
Is there a way to find out via YouTube API or other method, that if an uploaded video is rejected for duplication, what is the "Duplicate video ID", that I can see in Video manager?
Thank you,
Upvotes: 3
Views: 645
Reputation: 42459
The YouTube API exposes a status.rejectionReason
String which will return duplicate
if the video already exists on your channel.
Unfortunately, the API doesn't expose what the duplicate video actually is. That is something you will need to go into your Video Manager and check manually.
Upvotes: 2