2010-06-01 110 views
1

IM初学者入门targetFeedReadOnly错误,我想从C++ HTTP客户端查询YT API与搜索查询
与POST请求
请求字符串看起来是这样的:在YT API简单YouTube搜索查询

http://gdata.youtube.com/feeds/api/videos?max-results=10&orderby=published&q=Skinny%20puppy&start-index=1&v=2 

no headers and no autontication has bean made and the error im 
getting : 
<errors xmlns='http://schemas.google.com/g/2005'> 
<error> 
<domain>GData</domain> 
<code>targetFeedReadOnly</code> 
<internalReason>Target feed is read-only</internalReason> 
</error> 
</errors> 

这是为什么,即时通讯在文档中所说的内容。

回答

3

确保您对此网址发出“GET”请求。 “POST”或“PUT”不起作用...