我想让我的网站用户将他们的视频上传到 YouTube ,但是通过我的YouTube帐户。也就是说,所有上传的视频都会存储在我的YouTube帐户中。
我使用了ClientLogin
方法
https://developers.google.com/youtube/2.0/developers_guide_php#ClientLogin_for_Installed_Applications
但文档说该方法已被弃用,建议我使用OAuth2.0 但我在这里找不到喜欢ClientLogin的方法
https://developers.google.com/youtube/2.0/developers_guide_protocol?hl=zh-TW#Authentication
那么......我怎么能这样做?
答案 0 :(得分:0)
我找到了!!!!!!!
答案是使用ServiceAccount, https://developers.google.com/accounts/docs/OAuth2ServiceAccount