This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Description
I'm trying to delete a .zip file from my local system after uploading it to drive. The issue is that one the file is uploaded I get the following error:
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'test.zip'
To delete the file I use os.remove but even when I try to remove it from the file manager it wont let me.