Failed to create file system for "uloz:"

What is the problem you are having with rclone?

$ rclone lsd uloz:
Failed to create file system for "uloz:": Error 90001 (401): Invalid authorization token. Please provide correct X-Auth-Token api key header.

Run the command 'rclone version' and share the full output of the command.

rclone v1.67.0-beta.7975.2257c0339
- os/version: darwin 14.4.1 (64 bit)
- os/kernel: 23.4.0 (arm64)
- os/type: darwin
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.22.3
- go/linking: dynamic
- go/tags: cmount

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

ulozto

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

rclone lsd uloz:

The rclone config contents with secrets removed.

[uloz]
type = ulozto
app_token = token from user settings 
username = user
password = pass

Note: I tried using just app_token, then just user/pass, then both.

A log from the command with the -vv flag

$ rclone lsd uloz: -vv
2024/05/26 12:38:58 DEBUG : rclone: Version "v1.67.0-beta.7975.2257c0339" starting with parameters ["rclone" "lsd" "uloz:" "-vv"]
2024/05/26 12:38:58 DEBUG : Creating backend with remote "uloz:"
2024/05/26 12:38:58 DEBUG : Using config file from "/Users/zeev/.config/rclone/rclone.conf"
2024/05/26 12:38:59 Failed to create file system for "uloz:": Error 90001 (401): Invalid authorization token. Please provide correct X-Auth-Token api key header.

Here you are the answer:

That's bizarre. But it works, thank you!

1 Like

It is clearly all one big beta (including rclone):slight_smile: with work in progress all over the place.

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