The post task action "Google Drive Upload" should create a new version of an uploaded file, not another file with the same name.
The post task action "Google Drive Upload" creates duplicate named files rather than creating a new version of the file. Google Drive allows multiple files to exist in the same folder with the same name (files in Google Drive are more ID based than file path based) and the api defaults must be to create a new file rather than look for a file with the same name and create a new version. Clarity's default behavior should be to create a new version, not new files with the same name.