api - Set custom thumbnail via YoutubeAPI doesn't work. Can someone tell me why? -


i try upload custom thumbnail video.

official documentation link: https://developers.google.com/youtube/v3/docs/thumbnails/set

used scopes requested access token was:
https*://www.googleapis.com/auth/youtube.force-ssl
https*://www.googleapis.com/auth/youtubepartner
https*://www.googleapis.com/auth/userinfo.profile
https*://www.googleapis.com/auth/userinfo.email
https*://www.googleapis.com/auth/youtube
https*://www.googleapis.com/auth/youtube.upload

then response:

error calling put https://www.googleapis.com/upload/youtube/v3/thumbnails/set?videoid=my_video_id&uploadtype=resumable&upload_id=my_upload_id: (403) authenticated user doesnt have permissions upload , set custom video thumbnails.

i set needed scopes , still have not permissions. how can resolve it? thanks.

i had same problem. found solution:

please verify account putting telephone number , enable "customised thumbnails" in account's panel.

docs: https://support.google.com/youtube/answer/72431


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -