Note that there are some explanatory texts on larger screens.

plurals
  1. POunable to delete video from youtube playlist
    primarykey
    data
    text
    <p>I'm trying to delete a video from a Youtube playlist but the server keeps responding with this:</p> <pre><code>&lt;errors xmlns='http://schemas.google.com/g/2005'&gt; &lt;error&gt; &lt;domain&gt;GData&lt;/domain&gt; &lt;code&gt;ServiceForbiddenException&lt;/code&gt; &lt;internalReason&gt;User authentication required.&lt;/internalReason&gt; &lt;/error&gt; &lt;/errors&gt; </code></pre> <p>The weird thing is i can delete playlists and and add videos to playlists. I'm following Google's documentation found here:</p> <p><a href="https://developers.google.com/youtube/2.0/developers_guide_protocol_playlists#Deleting_a_video_from_a_playlist" rel="nofollow">https://developers.google.com/youtube/2.0/developers_guide_protocol_playlists#Deleting_a_video_from_a_playlist</a></p> <p>I'm using a request shaped like this:</p> <p>URL</p> <p>DELETE <code>https://gdata.youtube.com/feeds/api/playlists/PLAYLIST_ID/VIDEO_ID</code></p> <p>DELETE <code>https://gdata.youtube.com/feeds/api/playlists/PLZsHJpFf2dLtEhsYEISc2FR2JWYeIC8KZ/IcxQznDe4u8</code></p> <p>Headers: (i use the exact same headers for ALL requests)</p> <pre><code>Authorization: Bearer ************************ Content-Type: application/atom+xml Host: gdata.youtube.com X-GData-Key: key=*************************** gdata-version: 2 </code></pre> <p>Another odd thing is when i type in the request url in the adress it says "Playlist video not found" I've supplied the Youtube video id. Mebbe it's not that id i need to supply. I tried with playlist index, i.e just a number. No luck. halp!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload