samihadas / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

Can't update metadata (Star or Hide category) on documents without EditUri #311

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Obtain a reference to a DocumentEntry on which the user has read only 
permissions
2. Change its IsStarred property.
3. Update it.

What is the expected output? What do you see instead?
In the web UI, a user can star or hide any document, even when he can't edit 
it.
Using the .NET library, a normal update just fails because the DocumentEntry 
does not contain the EditUri. Trying to update using a batch update also 
fails with error 503, or -1 with Interrupt "Premature end of file."

Original issue reported on code.google.com by ATGard...@gmail.com on 12 Jan 2010 at 5:24

GoogleCodeExporter commented 8 years ago
Let me loop someone in from the docs team, i have no idea how the protocol 
exposes this in the first place.

Frank

Original comment by fman...@gmail.com on 20 Jan 2010 at 10:53

GoogleCodeExporter commented 8 years ago
Was told that this is a service side issue (which it very much sounds like it 
is). 

Original comment by fman...@gmail.com on 1 Feb 2010 at 9:22