The last hurdle stopping us from fully switching from dropbox to owncloud is the ease at which dropbox can restore a deleted file.
Ultimate goal: Need guidance to find the best way to restore a file that was accidentally deleted an unknown amount of time ago. Thousands of files are deleted weekly. Deleted filename is known.
My idea was to writing a custom tool to filter deleted files by filename and then using the webdav api to restore the fileid. I am somewhat successful using the webdav trashbin api but am struggling to get the filename metadata if the fileid is in the trashbin.
I used curl to list the deleted files and extract their fileid
Thanks for the insight, always good to learn another way to do things. I do have backend access so it reassuring I can go that route if my solution starts to fail with large number of deleted files.