Please add an option to permanently delete on gdocs. Currently local delete result in file moved to trash in gdocs, which in turn causing me to max out on quota blocking further sync until I got into gdocs and empty the trash. This was never required in dropbox (I could sync remote computers for years without ever going to the dropbox web interface).
Permanently delete
(6 posts) (2 voices)-
Posted 1 year ago #
-
Syncdocs has this option:
1. Click on the free space task bar menu of Syncdocs (it will say something like "20% of 20GB used")
2. Select the option to either "wipe trash" or "wipe trash older than 7 days"This will clear out some space used by the trash.
Posted 1 year ago # -
Phil, that does not help with remote computers, or when leaving computer to sync overnight, since it still requires human interaction and active monitoring of the quota.
Posted 1 year ago # -
By the way, looking at the google API documentation, deleting permanently is very simple to support (appending "?delete=true" to the URL).
If Setttings_PermDelete = True
MyURL = MyURL + "?delete=true"
End ifPosted 1 year ago # -
Syncdocs can do this, there is just no user interface for it.
If you're up to editing .xml, then edit the file:
c:\Users\name\AppData\Roaming\Syncdocs\[email protected]\appsettings.xmlFind the value for "WipeOnDelete" on set it to true.
<WipeOnDelete>true</WipeOnDelete>Any deletions on Google are then permanent, no bin filling up, but also no ability to un-delete.
Posted 1 year ago # -
Thanks! :-)
Posted 1 year ago #
Reply
You must log in to post.