Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6789321
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:35:24+00:00 2026-05-26T17:35:24+00:00

How I can disable comments/rate in video using Visual Basic .NET ? Basically, how

  • 0

How I can disable comments/rate in video using Visual Basic .NET ?

Basically, how can I set the yt:accessControl element?

How make this request in VB .NET https://code.google.com/intl/pl/apis/youtube/2.0/developers_guide_protocol_updating_and_deleting_videos.html#Updating_Video_Entry

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T17:35:24+00:00Added an answer on May 26, 2026 at 5:35 pm

    You will have to update the information via an HTTP PUT, specifically, using the video’s id.

    Here is an example of an HTTP PUT (taken from the second link above) which shows what the request to update a video would look like:

    PUT /feeds/api/users/USERNAME/uploads/VIDEO_ID HTTP/1.1
    Host: gdata.youtube.com
    Content-Type: application/atom+xml
    Content-Length: CONTENT_LENGTH
    Authorization: AuthSub token="AUTHORIZATION_TOKEN"
    GData-Version: 2
    X-GData-Key: key=DEVELOPER_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">Yippee Skippy</media:title>
            <media:description type="plain">I am updating this 
                video.</media:description>
            <media:category 
                scheme="http://gdata.youtube.com/schemas/2007/categories.cat">
                People</media:category>
            <media:keywords>blastoff,rodeo,whiteboards</media:keywords>
        </media:group>
        <yt:accessControl action="comment" permission="allowed"/>
        <yt:accessControl action="commentVote" permission="allowed"/>
        <yt:accessControl action="videoRespond" permission="allowed"/>
        <yt:accessControl action="rate" permission="allowed"/>
        <yt:accessControl action="list" permission="allowed"/>
        <yt:accessControl action="embed" permission="allowed"/>
        <yt:accessControl action="syndicate" permission="allowed"/>
    </entry>
    

    Note the multiple yt:accessControl elements at the end indicating the permissions of the video being set.

    Also note that you can set these permissions when uploading the video as well.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can disable one and one by doing this: jQuery('#ListBoxA').attr('disabled','true'); But how can I
Can I disable right click on my web page without using JavaScript? I ask
How can I disable a DropDownList in ASP.NET? Code: <asp:TemplateField HeaderText="Effective Total Hours"> <ItemTemplate>
I'd like to enable/disable the comments within my Perl program that make use of
Is there a PHP implementation of markdown suitable for using in public comments? Basically
In Drupal 7 comments, how can I hide/disable homepage field for anonymous commenters?
I can disable viewstate of each control, but not entire page. Is there a
In C++ you can disable a function in parent's class by declaring it as
With Safari you can disable most iframe scrolling by setting style=overflow: hidden; on the
Is there any addon by which I can disable all catch blocks temporarily. I'm

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.