What is the problem you are having with rclone?
Hello, i’m using RClone for the first time and trying to setup Filen as a remote but getting stuck apparently at the very first authentication step, with a getMasterKeys error.
I tried multiple times to do the configuration from both the web ui and also via CLI, and in both cases ended up with an identical rclone.conf file.
I quadruple checked all login details and api keys, they are all correct, and according to the docs i shouldn’t need any other field on the advanced section. 2FA is enabled on filen.
The error message is the same no matter what operation i try to do (open/refresh/try to create folder)
From the CLI i tried to open the “veromos” folder that is present in the root of my filen storage but also get the same error attached below
Can you please let me know if i’m missing some intermediary steps before this can work?
Thank you
Run the command 'rclone version' and share the full output of the command.
PS D:\Downloads\rclone-v1.74.1-windows-amd64> .\rclone.exe version
rclone v1.74.1
- os/version: Microsoft Windows 11 IoT Enterprise LTSC 2024 24H2 24H2 (64 bit)
- os/kernel: 10.0.26100.8246 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.26.3
- go/linking: static
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
The command you were trying to run (eg rclone copy /tmp remote:tmp)
.\rclone.exe ls Filen:veromos
The rclone config contents with secrets removed.
[Filen]
type = filen
email = email@addr
password = pass
api_key = api key
A log from the command with the -vv flag
PS D:\Downloads\rclone-v1.74.1-windows-amd64> .\rclone.exe ls Filen:veromos -vv
2026/05/13 18:47:30 DEBUG : rclone: Version "v1.74.1" starting with parameters ["D:\\Downloads\\rclone-v1.74.1-windows-amd64\\rclone.exe" "ls" "Filen:veromos" "-vv"]
2026/05/13 18:47:30 DEBUG : Creating backend with remote "Filen:veromos"
2026/05/13 18:47:30 DEBUG : Using config file from "C:\\Users\\Davide\\AppData\\Roaming\\rclone\\rclone.conf"
2026/05/13 18:47:31 CRITICAL: Failed to create file system for "Filen:veromos": getMasterKeys: failed to get master keys: https://gateway.filen.io/v3/user/masterKeys: Cannot send request (Post "https://gateway.filen.io/v3/user/masterKeys": net/http: invalid header field value for "Authorization")