2010-06-01 136 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」不起作用...