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

  • SEARCH
  • Home
  • 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 8045067
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T05:25:42+00:00 2026-06-05T05:25:42+00:00

Background I am currently implementing an application with Google Drive/Docs. Using the latest .NET

  • 0

Background

I am currently implementing an application with Google Drive/Docs. Using the latest .NET library for Google Data APIs library I am uploading images, leveraging Google Drive as an image library.

Problem

I would like to be able to set the Description field associated with each item in Google Drive. The uploads work correctly, I can’t get the Description field to work.

I can see the modification mentioned in this post has been integrated into the latest library so the DocumentEntry class now has a Description member.

When setting this new member to the text I want a (400) Bad Request error is thrown when Inserting the file in Google Drive. The full error is:

<errors xmlns='http://schemas.google.com/g/2005'>
    <error>
        <domain>GData</domain>
        <code>ParseException</code>
        <internalReason>[Line 3, Column 42, element docs:description] Unknown attribute: 'value' </internalReason>
    </error>
    <error>
        <domain>GData</domain>
        <code>ParseException</code>
        <internalReason>Unknown attribute: 'value' </internalReason>
    </error>
</errors>

I have tried using .Summary as well as .Content.Content but with no result. Code as an example of what I am trying to achieve:

 DocumentEntry entry = new DocumentEntry();

 entry.Title.Text = "Test Upload";
 entry.Description = "Tag1, Tag2"; // Once I set this I get the error
 entry.Summary.Text = "Tag3, Tag 4"; // This doesn't do anything!

Question

Any assistance on experience people have doing this or looking into it before would be appreciated.

Has anyone successfully implemented this feature? Or, is a limitation of the Google API that can’t be controlled by the client?

  • 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-06-05T05:25:44+00:00Added an answer on June 5, 2026 at 5:25 am

    The docs:description element no longer accepts its value as an attribute:

    <docs:description value="Tag1 Tag2" />
    

    Instead, the value must be passed as the content of the element:

    <docs:description>Tag1, Tag2</docs:description>
    

    The .NET library has been fixed as of rev. 1196:

    http://code.google.com/p/google-gdata/source/detail?r=1196

    Please checkout the latest source and try again.

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

Sidebar

Related Questions

Background : I currently have a Web Forms, ASP.NET 3.5/C# application which I'm interested
Background I am currently refactoring a legacy .NET application. The application performs complex mathematical
I'm running some background threads in the GUI. Currently I'm implementing a personal Thread
Background Currently, I am working on a Rails application. I have different products that
I'm currently building a simple application on Gjs , which should change the background-image
I am currently using jquery slideonlyone function. I am having problems implementing an expanding/collapsing
Some background: Currently, I'm using the Coderay gem (v 0.9.7) in a Rails project
i am implementing one game application in this application i am using shared preferences
I am currently implementing a view in Android that involves using a larger than
I am currently implementing a blog-like site using Ruby on Rails. Each Post has

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.