如何将视频上传到客户自己的 YouTube 频道

发布于 2024-12-18 13:01:07 字数 253 浏览 2 评论 0原文

我正在创建一个小型 CMS,用户可以使用 Google.GData.YouTube 将视频上传到 YouTube

对于每个客户,我都会在 http://code.google.com/apis/youtube,但我真的很感兴趣如何上传到客户自己的 YouTube 频道而不是我的开发者帐户。

I'm creating a small CMS where the users can upload video to youtube using Google.GData.YouTube

For each customer im creating a YouTube application on http://code.google.com/apis/youtube, but I'm really interested in how i can upload to the customers own youtube channel instead of my developer account.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

[浮城] 2024-12-25 13:01:07

您应该对客户进行身份验证,而不是使用开发人员的帐户。首选选项是使用 OAuth。请参阅 http://code.google.com/apis/youtube/2.0/developers_guide_protocol_authentication。 html

Instead of using your developer's account, you should authenticate the customer. The prefered option is using OAuth. See http://code.google.com/apis/youtube/2.0/developers_guide_protocol_authentication.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文