Replies: 1 comment 1 reply
-
Refer official docs you don't need parameter When you do autorize, you have already choosed the target channel to grant permission. after authorization, the api call will belong the channel. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say I want to insert a new video into a particular channel that I'm an Editor of. Going the Client, OAuth route, how do I do that? I see that
Client.videos.insert()
has parametersmanaged_by_me
andon_behalf_of_content_owner
, but I'm not sure what arguments to pass, exactly. If I just pass a channel ID string foron_behalf_of_content_owner
, I get aPyYouTubeException: YouTubeException(status_code=500,message=Internal error encountered.)
fromupload.next_chunk()
Let me know if I need to give more information to make my question make sense.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions