我是 YT api 的初学者,我尝试使用
来自 c++ http 客户端的搜索查询和发布请求来查询 YT api,
请求字符串如下所示:
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>
为什么会这样,我在做文档中所说的。