使用 Android 应用程序将视频上传到 YouTube 时的身份验证问题
查看我在 youtube 上上传视频的完整代码 单击此处
问题是,我可以从 SD 卡上传视频它需要文件名,但主要问题是 youtube 的身份验证。它没有发生,我收到错误。事实上,来自 youtube 的服务并没有消失,而是指向我的用户帐户。我在身份验证方面遇到了麻烦。
我们正在使用 gdata 客户端库。
错误详细信息:
E/dalvikvm(682): Could not find class
'com.google.gdata.data.media.MediaStreamSource', referenced from method
com.google.gdata.client.media.MediaService.getMediaResource
任何人都可以帮助我进行身份验证并从 youtube 获取服务。请建议我。 提前致谢
Check out My Complete Code for uploading Video on youtube click here
The problem is ,i can upload the video from SD card n it takes file name but main issue is authentication for youtube . Its not gone be happening and i am getting error .Infact the service from youtube is not gone be directing my user account .I feel trouble over authentication .
We are using gdata client library .
Error Details :
E/dalvikvm(682): Could not find class
'com.google.gdata.data.media.MediaStreamSource', referenced from method
com.google.gdata.client.media.MediaService.getMediaResource
Can anyone help me in authentication n get service from youtube . Please suggest me .
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我得到了答案。我只是使用 youtube direct 可恢复 Api 详细信息来解决问题。
I got answer for it .I just used youtube direct resumable Api details for solution.