Hello,
when trying to create a folder, for example /folder1/folder2/folder3, I get a HTTP error 409 if the "main folders", folder1/folder2, don't exist.
So I have to create folder1 and folder2 before creating folder3, but it is also possible that folder1 already exists.
Is it possible to check if the folder aleady exists without getting a HTTP error?
Or do you have any other solution?