drive-server icon indicating copy to clipboard operation
drive-server copied to clipboard

added get trash and add items into trash

Open foxkdev opened this issue 2 years ago • 1 comments

  • added endpoint to get trash GET /storage/trash
  • added endpoint to add items in trash POST /storage/trash/add
  • Update get Folder contents POST /storage/v2/folder/:id , now can send query param trash=true to show trash items

foxkdev avatar May 31 '22 13:05 foxkdev

Also, tests are not passing

sg-gs avatar May 31 '22 13:05 sg-gs