When trying to copy or sync a directory to internxt, it's receiving "Update mkParentDir failed" `rclone copy "\\share\ssd\folder" "internxt:/folder/" --no-check-certificate -vv 2024/11/26 06:08:03 ERROR : image.png: Failed to copy: Update mkParentDir failed: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Error</title> </head> <body> <pre>Not Found</pre> </body> </html>: 404 Not Found` If I copy the folder structure to internxt first, it's fine. In windows, I copy the folder structure to internxt drive like this: xcopy "Y:\folder" "C:\Users\myAwesomeUser\InternxtDrive\folder" /T /E I then copy the empty folders to the drive via the browser. I can then rclone copy or rclone sync the files to the server. Please fix this.