PutFiles does not overwrite the existing file.
I have a file uploaded
test.txt
. Inside there is just "test". When I upload a new file with PutFiles
function the file has the same name but different content, it says that the upload succeeded but when i check the file it hasn't changed.