Search code examples
phpyoutube-apiyoutube-data-api

Check if a youtube account is verified ahead of time or if an account has permissions to set a custom thumbnail


Is there a way to tell if a YouTube account is verified or not? (Not the blue badge, I mean the account verification via phone number)

I'm currently using the PHP Client.

I need this to check if they have permissions to post Youtube custom thumbnails ahead of time. So if the above isn't possible, any ideas on how to check ahead of time is appreciated.

I have the same question as youtube-api - check if youtube account verified? but noticed that there wasn't much activity or an accepted answer.


Solution

  • If you do a channels.list get back a list of channel resources this contains a filed called longUploadsStatus which i believe is the same as the one that gives you the permission to upload thumbnails.

    enter image description here