shreeharsha-hirecraft / google-gdata

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

Currently, the Delete only removes the collection from the document but keeps the document in the root folder #542

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Save a document in a subfolder/collection (e.g. "Notes")
2. Get the document from the feed out of this folder
3. Delete the document:
documentsRequest.Delete(doc);

What is the expected output? the whole document removed

What do you see instead? the assigned collection(e.g. "Notes") removed from the 
document, but the document still exists

What version of the product are you using? GoogleAPI 1.9 (released in September 
2011)

On what operating system? Windows7 (32bit)

Please provide any additional information below.

Original issue reported on code.google.com by Saller....@gmail.com on 30 Sep 2011 at 11:57

GoogleCodeExporter commented 8 years ago

Original comment by ccherub...@google.com on 1 Oct 2011 at 12:02