[Cyberduck-trac] [Cyberduck] #5873: Delete only trashes documents

Cyberduck trac at trac.cyberduck.ch
Tue Apr 5 10:48:33 CEST 2011


#5873: Delete only trashes documents
-------------------------+------------------------
 Reporter:  manmohandev  |         Owner:  dkocher
     Type:  defect       |        Status:  new
 Priority:  high         |     Milestone:  4.0.3
Component:  google-docs  |       Version:  4.0.2
 Severity:  normal       |    Resolution:
 Keywords:               |  Architecture:
 Platform:  Windows 7    |
-------------------------+------------------------
Changes (by dkocher):

 * milestone:   => 4.0.3


Old description:

> The current google API syntax for binning or trashing documents is:
> DELETE /feeds/default/private/full/resource_id HTTP/1.1
>
> This is exactly what cyber duck uses. However, in order to truly delete
> (and not just move to bin) objects you have to use:
> DELETE /feeds/default/private/full/resource_id?delete=true HTTP/1.1
>
> Please fix this (delete=true) in the syntax. WIthout this command working
> properly people end up using programs like syncdoc to finalize the delete
> (empty bin).

New description:

 The current google API syntax for binning or trashing documents is:

 {{{
 DELETE /feeds/default/private/full/resource_id HTTP/1.1

 }}}

 This is exactly what cyber duck uses. However, in order to truly delete
 (and not just move to bin) objects you have to use:

 {{{
 DELETE /feeds/default/private/full/resource_id?delete=true HTTP/1.1

 }}}

 Please fix this (delete=true) in the syntax. WIthout this command working
 properly people end up using programs like syncdoc to finalize the delete
 (empty bin).

--

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/5873#comment:1>
Cyberduck <http://cyberduck.ch>
Open source FTP, SFTP, WebDAV, Cloud Files, Google Docs & Amazon S3 Browser for Mac & Windows.


More information about the Cyberduck-trac mailing list