我试图制作一个从 sd 卡上传录制或选择的视频的 Android 应用程序。我设法通过 Youtube API 的浏览器方法(应用程序指向 youtube)做到了这一点,但我想在留在应用程序本身的同时直接上传到 Youtube。
然后我发现了应用程序“YouTube Direct” http://code.google.com/p/ytd-android/就像我在自己的应用程序中想要的那样工作。问题是,YouTube 的演示应用程序无法在我的设备上运行。
当我尝试提交视频时,我收到错误消息: response code='Forbidden'(code 403) http://uploads.gdata.youtube.com/resumable/feeds/api/users/default/uploads
有人知道如何解决这个问题吗?
顺便说一句:我在这里找到了这个“教程”: android youtube upload video with static username and password
但这不起作用,因为当我将 GlsAuthorizer.java 替换为 ClientLoginAuthorizer.java 时,此 Youtube Direct App 的其他类中出现错误。