"Failed to create file system" does not generate ERROR in rclone log

What is the problem you are having with rclone?

rclone failed to copy files, but does not generate "ERROR" in the debug log.

What is your rclone version (output from rclone version)

rclone v1.54.0 - os/arch: windows/amd64 - go version: go1.15.7

Which OS you are using and how many bits (eg Windows 7, 64 bit)

WIN10.20H2.64bit

Which cloud storage system are you using? (eg Google Drive)

wasabi

The command you were trying to run (eg rclone copy /tmp remote:tmp)

C:\data\rclone\scripts\rclone.exe copy  "C:\Users\user01\AppData\Local\Temp\kdbx\zip\kdbx.20210307.135330.7z"       "wasabi01:en07/kdbx/zip/backup"   --stats=0 --fast-list     --log-level=DEBUG --log-file=C:\data\rclone\logs\kdbx_quick_wasabi\20210307.135330\rclone.log

The rclone config contents with secrets removed.

not a config issue

A log from the command with the -vv flag

DEBUG : rclone: Version "v1.54.0" starting with parameters ["C:\\data\\rclone\\scripts\\rclone.exe" "copy" "C:\\Users\\user01\\AppData\\Local\\Temp\\kdbx\\zip\\kdbx.20210307.135330.7z" "wasabi01:en07/kdbx/zip/backup" "--stats=0" "--fast-list" "--log-level=DEBUG" "--log-file=C:\\data\\rclone\\logs\\kdbx_quick_wasabi\\20210307.135330\\rclone.log"]
DEBUG : Creating backend with remote "C:\\Users\\user01\\AppData\\Local\\Temp\\kdbx\\zip\\kdbx.20210307.135330.7z"
DEBUG : Using RCLONE_CONFIG_PASS password.
DEBUG : Using config file from "C:\\data\\rclone\\scripts\\rclone.conf"
DEBUG : fs cache: adding new entry for parent of "C:\\Users\\user01\\AppData\\Local\\Temp\\kdbx\\zip\\kdbx.20210307.135330.7z", "//?/C:/Users/user01/AppData/Local/Temp/kdbx/zip"
DEBUG : Creating backend with remote "wasabi01:en07/kdbx/zip/backup"
NOTICE: Time may be set wrong - time from "s3.us-east-2.wasabisys.com" is 2h59m59.7705739s different from this computer
Failed to create file system for "wasabi01:en07/kdbx/zip/backup": Forbidden: Forbidden
, request id: B8A0A58AC93BE359, host id: xWPvTmH2JUTtBeCHIseFydNAr6DpUXOv7ohp145cfUyPFFDWxchwK4WfvL0LIJY8LQsZ5q5NnqEi
DEBUG : rclone: Version "v1.54.0" starting with parameters ["C:\\data\\rclone\\scripts\\rclone.exe" "check" "C:\\Users\\user01\\AppData\\Local\\Temp\\kdbx\\zip\\kdbx.20210307.135330.7z" "wasabi01:en07/kdbx/zip/backup" "--stats=0" "--fast-list" "--log-level=DEBUG" "--log-file=C:\\data\\rclone\\logs\\kdbx_quick_wasabi\\20210307.135330\\rclone.log"]
DEBUG : Creating backend with remote "C:\\Users\\user01\\AppData\\Local\\Temp\\kdbx\\zip\\kdbx.20210307.135330.7z"
DEBUG : Using RCLONE_CONFIG_PASS password.
DEBUG : Using config file from "C:\\data\\rclone\\scripts\\rclone.conf"
DEBUG : fs cache: adding new entry for parent of "C:\\Users\\user01\\AppData\\Local\\Temp\\kdbx\\zip\\kdbx.20210307.135330.7z", "//?/C:/Users/user01/AppData/Local/Temp/kdbx/zip"
DEBUG : Creating backend with remote "wasabi01:en07/kdbx/zip/backup"
NOTICE: Time may be set wrong - time from "s3.us-east-2.wasabisys.com" is 2h59m59.957591s different from this computer
Failed to create file system for "wasabi01:en07/kdbx/zip/backup": Forbidden: Forbidden
	status code: 403, request id: E3DBD63C8418D06A, host id: LybhrxCVQaP4bcge+kv/olZEY62NWw5U84jIrB8NH02fzsbw4f2fyC0youpYLBTg8scU5fsTwfRC

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.