YouTube API 2.0可恢复上传 - 错误500

时间:2013-04-21 08:56:10

标签: ios upload youtube-api

我在iOS应用中使用YouTube API 2.0,我提出了这样的请求:

POST http://uploads.gdata.youtube.com/resumable/feeds/api/users/default/uploads

Authorization = "Bearer <acess_token>";
"Content-Length" = 516;
"Content-Type" = "application/atom+xml; charset=UTF-8";
"GData-Version" = 2;
Slug = "testVideo.mov";
"X-GData-Key" = "key=<api_key>";

身体:

<?xml version="1.0"?>
<entry xmlns="http://www.w3.org/2005/Atom"
xmlns:media="http://search.yahoo.com/mrss/"
xmlns:yt="http://gdata.youtube.com/schemas/2007">
<media:group>
<media:title type="plain">My title</media:title>
<media:description type="plain">My description</media:description>
<media:category scheme="http://gdata.youtube.com/schemas/2007/categories.cat">Entertainment</media:category>
<media:keywords>mediawork</media:keywords>
</media:group>
</entry>

但是服务器响应是错误500而没有带有explainatoin的XML主体。我该怎么办?它在一个月前就开始工作了。

1 个答案:

答案 0 :(得分:0)

感谢您报告此问题。但是根据我们的blog post,Stack Overflow自豪地成为问题和答案的目的地,而不是提交错误报告或功能请求的地方。我们要求开发人员不要在Stack Overflow上发布这类内容,而是使用我们现有公共问题跟踪器中filing a bugfiling a feature request的模板。 (在提交副本之前,请务必查看list of existing open issues。)

此问题已报告https://code.google.com/p/gdata-issues/issues/detail?id=4396 您可以从那里跟踪状态。