iPhone 使用 GData 框架将视频上传到 youtube 应用程序

iPhone Upload video to youtube app using GData framework(iPhone 使用 GData 框架将视频上传到 youtube 应用程序)

本文介绍了iPhone 使用 GData 框架将视频上传到 youtube 应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将视频从我的应用上传到 youtube.为此,我正在使用示例 YoutubeTest.我已经为我的应用设置了开发者密钥和客户端 ID.现在,当尝试使用示例源代码上传视频时,它会显示一个错误:

I want to upload video from my app to the youtube. I am using the example YoutubeTest for this purpose. I have set the developer key and client Id for my app. Now when trying to upload the video using example source code, it shows an error which is:

2012-03-19 10:51:07.947 YouTubeTest[539:f803] serviceBase: objectFetcher: failedWithStatus:400 数据:2012-03-19 10:51:07.985 YouTubeTest[539:f803] 错误:错误域 = com.google.GDataServiceDomain 代码 = 400操作无法完成.(com.google.GDataServiceDomain 错误 400.)"用户信息=0x6c49e50 {}

2012-03-19 10:51:07.947 YouTubeTest[539:f803] serviceBase: objectFetcher: failedWithStatus:400 data: 2012-03-19 10:51:07.985 YouTubeTest[539:f803] Error: Error Domain=com.google.GDataServiceDomain Code=400 "The operation couldn’t be completed. (com.google.GDataServiceDomain error 400.)" UserInfo=0x6c49e50 {}

有没有人成功实施 GData 从 iphone 应用程序将视频上​​传到 youtube.谁能给我示例源代码.

Has anyone successfully implemented the GData to upload videos to youtube from the iphone app. Can anyone give me the example source code.

推荐答案

是的,当然很多人已经成功实现了它......嗯,试试这个链接 http://urinieto.com/category/google/ 逐行按照说明进行操作.

Yes ofcourse many had successfully implemented it ... hmmm try this link http://urinieto.com/category/google/ follow instructions line by line.

不确定您是否收到此错误.如果问题仍然存在,请按照上述说明进行操作.

Not Sure y you are getting this error. Follow above instructions if problem still persists i will help you out .

干杯

这篇关于iPhone 使用 GData 框架将视频上传到 youtube 应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本文标题为:iPhone 使用 GData 框架将视频上传到 youtube 应用程序

基础教程推荐