Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete only trashes documents #5873

Closed
cyberduck opened this issue Apr 5, 2011 · 2 comments
Closed

Delete only trashes documents #5873

cyberduck opened this issue Apr 5, 2011 · 2 comments
Assignees
Labels
bug fixed googledrive Google Drive Protocol Implementation high priority
Milestone

Comments

@cyberduck
Copy link
Collaborator

1bfe4e8 created the issue

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).

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In ac9b506. Introduced property google.docs.delete.trash to revert to previous behaviour.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Milestone 4.0.3 deleted

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed googledrive Google Drive Protocol Implementation high priority
Projects
None yet
Development

No branches or pull requests

2 participants