-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Open
Labels
Milestone
Description
What is the problem you are having with rclone?
I'm trying to run the following command: rclone config create b2remote b2 but I'm getting the error:
failed to authorize account: failed to authenticate: This request is not currently supported on API version number 1 (400 bad_request)
What is your rclone version (output from rclone version)
v1.69.3-DEV
Which OS you are using and how many bits (e.g. Windows 7, 64 bit)
alpine amd64
Which cloud storage system are you using? (e.g. Google Drive)
b2 backblaze
The command you were trying to run (e.g. rclone copy /tmp remote:tmp)
rclone -vv config create b2remote b2 account="myacc" key="mykey" --non-interactive
A log from the command with the -vv flag (e.g. output from rclone -vv copy /tmp remote:tmp)
2025-12-12T15:40:15.279-0300 DEBUG 2025/12/12 18:40:09 CRITICAL: Failed to create file system for "b2remote:my-remote": failed to authorize account: failed to authenticate: This request is not currently supported on API version number 1 (400 bad_request)
2025-12-12T15:40:15.279-0300 DEBUG [DEBUG] rclone copy exit code: 1
pablodiehl