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 应用程序
基础教程推荐
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01