The user should be able to delete files in their drive.
We can implement that through the trash function, which is reversible with untrash, or through the delete function that deletes permanently.
I think we could also have a use-case where the user downloads a file and deletes it after it's finished, which could be a download option, but that use-case needs confirmation.
The user should be able to delete files in their drive.
We can implement that through the trash function, which is reversible with untrash, or through the delete function that deletes permanently.
I think we could also have a use-case where the user downloads a file and deletes it after it's finished, which could be a download option, but that use-case needs confirmation.