iPhone Upload video to youtube app using GData framework(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 应用程序
- GPS状态的广播接收器? 2022-01-01
- 使用自动布局向 UIScrollView 添加动态大小的视图 2022-01-01
- URL编码Swift iOS 2022-01-01
- 在 Iphone SDK 的导航栏上添加多个按钮 2022-01-01
- SetOnItemSelectedListener上的微调程序错误 2022-01-01
- UITextView 内容插图 2022-01-01
- Xcode 7.3 中带有 UILabel 的 UIStackView 2022-01-01
- 网上有没有好的 UIScrollView 教程? 2022-01-01
- 类似于 Mail.app 的 iPad 模态视图控制器? 2022-01-01
- 如何在 iPhone 模拟器中重置 NSUserDefaults 数据? 2022-01-01