Which cloud storage system are you using? (eg Google Drive)
Nextcloud
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone sync --webdav-url=https://example.com/public.php/webdav --webdav-user=7bqWt4fWXbwkzKz --webdav-vendor=nextcloud :webdav: . -n
2023/08/15 17:15:21 Failed to create file system for ":webdav:": the remote url looks incorrect. Note that nextcloud chunked uploads require you to use the /dav/files/USER endpoint instead of /webdav. Please check 'rclone config show remotename' to verify that the url field ends in /dav/files/USERNAME
The rclone config contents with secrets removed.
A log from the command with the -vv flag
2023/08/16 08:51:45 DEBUG : rclone: Version "v1.63.1" starting with parameters ["./rclone" "sync" "--webdav-url=https://cloud.karakun.com/public.php/webdav" "--webdav-user=6bqWt4fWXbwkzKa" "--webdav-vendor=nextcloud" ":webdav:" "." "-n" "-vv"]
2023/08/16 08:51:45 DEBUG : Creating backend with remote ":webdav:"
2023/08/16 08:51:45 DEBUG : Using config file from "/home/marcel/.config/rclone/rclone.conf"
2023/08/16 08:51:45 DEBUG : :webdav: detected overridden config - adding "{8wGJI}" suffix to name
2023/08/16 08:51:45 DEBUG : found headers:
2023/08/16 08:51:45 Failed to create file system for ":webdav:": the remote url looks incorrect. Note that nextcloud chunked uploads require you to use the /dav/files/USER endpoint instead of /webdav. Please check 'rclone config show remotename' to verify that the url field ends in /dav/files/USERNAME
I did then I get
Attempt 3/3 failed with 1 errors and: directory not found
I followed the how to - that is the URL like it is in the howto - and also like it is documented in the nextcloud manual (see the link in the how to).
I'm also able to mount it as a drive in windows using this URL and the user.
Ok now I checked the release notes -
in 1.63.0
nextcloud: Add support for chunked uploads
and 1.63.1
Nextcloud: fix must use /dav/files/USER endpoint not /webdav error