Hi Dean, The first method (retrieving the edit link) is the proper method of doing things. It's possible this is a bug with the Documents List API. Please bring this up in the Docs API forum:
http://groups.google.com/group/Google-Docs-Data-APIs Cheers, -Jeff On Jun 16, 11:34 pm, DeanG <[EMAIL PROTECTED]> wrote: > I haven't been able to successfully use the Python client Delete to > remove a document. > What's worked for me in the past few weeks isn't working anymore (as > of Friday). > Using a URL such > as:http://docs.google.com/feeds/documents/private/full/document%3Adg8zqn... > based on entry.GetEditLink().href > gives me a 404 Not Found error. > > A URL like > > based on > entry.GetAlternativeLink().hrefhttp://docs.google.com/Doc?id=dg8zqnff_114crwhh5dm > returns a 200 which passes the Delete function but the server response > is the edit page, and the file isn't deleted. > > What's the proper URL in an Entry to call? > Did something change on the server side? > > - Dean --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Data Protocol" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
