-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Thumbnail Image? #218
Comments
I believe it is not implemented |
I have a nearly-working implementation of thumbnail uploads, but there's some bug that I can't work out.
When running this code, I get the following response:
The documentation at https://developers.google.com/youtube/v3/guides/authentication suggests I'm authorized and performing an action correctly, but my application isn't authorized. Either way, hard coding in the authentication parameters like this is less than ideal and should be managed in the authorization_headers method; I did it like this just to hack it together. Perhaps someone else can build on this code to finish this implement this method correctly. |
Thanks for great code!
Any idea how to add a custom thumbnail to a video upload or is it not implemented yet?
The text was updated successfully, but these errors were encountered: