I have the same problem. When I try to synchronise for the first time, I get this error:
rclone.exe bisync filen:/Links D:\Archivio\Filen\Links --resync --verbose 2026/02/22 21:16:06 CRITICAL: Failed to create file system for "filen:/Links": getMasterKeys: failed to get master keys: POST cached: ``https://gateway.filen-6.net/v3/user/masterKeys:`` Cannot send request (Post "``https://gateway.filen-6.net/v3/user/masterKeys``": net/http: invalid header field value for "Authorization")
I’m the person who added the Filen backend and a Filen employee so I can help out here. Though I don’t really use this forum so the best way to get a reply from me is to make a GitHub issue and mention me.
These are three distinct issues.
@LukePet you seem to have copied the API key incorrectly (or not at all), that is likely the cause of your issue.
@l3m0r I suspect you misstyped your password. There was someone else who had an issue with pasting their password on a specific OS not working as expected. If you’re 100% sure that’s not the issue, try changing your Filen password (you should be able to change it to the same thing), to regenerate the master key string
@Aliases This one seems more complicated, if you recreate the config, do you still get the exact same issue? Do you have any issues when looking at the directories in the root of your account on the website or any other client (the name of files or folders being NOT_DECRYPTED or something like that)?
ETA: @Aliases If you could open a support ticket (on the Filen site) with information about your account the support team would better served to debug your specific issue.
ETA2: @LukePet or you may have changed your password which also changed your API key
I can confirm that after re-creating the rclone config ~12 times, with slight variations (i.e. right click instead of ctrl + v to paste pass), to no avail the same issues occur. And, manually using rclone obsure xxx and “xxx” then inserting the values directing into a fresh rclone.config file within %AppData%/rclone. No change.
Filen’s Electron (yuck) app works as per normal, showing CANNOT_DECRYPT_NAME_{uid} for files and folders. And, uploading a folder via the electron app works as per normal showing the actual folder/file name(s).
I have even gone so far as to change my Filen account password, and generate a new api-key via Filen CLI export-api-key (on a compatible OS). Same errors occur.
This is not a user error. Everything has been working fine for a month, without any config changes, then suddenly stopped working.
I have just updated my Filen account pass (to a new pass never used before), generated a new api-key, deleted rclone config and re-ran rclone config filen, inputting pass and api-key correctly. Issue remains.
The issue is that the filen rclone implementation doesn’t have a graceful way to handle undecryptable files or folders right now. Which is why it’s just erroring out.
Your issue is different from the others, that’s why I didn’t ask you to change your password or re-export your key.
If you’re seeing CANNOT_DECRYPT_NAME_{uuid} in the other clients, that means that something was encrypted incorrectly or was malformed in some other way. How many files or folders do you have in this state? Do you know what could have caused that to happen? What clients were you uploading with?
If you want to resolve this specific instance of the issue, you can delete those files/folders in any other client (or the web app). This doesn’t really feel like an rclone issue because it’s about corrupted state in your account which is visible in the other Filen clients as well, so I’d really recommend reaching out to our support team.
This is the first report I’ve seen of this kind, so any information on what kinds of things you were doing before it happened would be great.
“something was encrypted incorrectly or was malformed in some other way” - Is this rclone’s default method of encrypting client side before uploading?
“How many files or folders do you have in this state?” - Because uploading via Filen Electron App doesn’t upload checksums, I’ve deleted all data and uploaded again via rclone copy and rclone sync –checksum. Therefore, my entire Filen cloud storage shows CANNOT_DECRYPT_NAME_{uuid} for every entry. I can access the proper names of folders/files using `rclone mount FilenRemote: R: --vfs-cache-mode full --vfs-cache-max-size 16G --dir-cache-time 5s --links --rc`. As mentioned above, isn’t this filen default implementation to encrypt by default?
”Do you know what could have caused that to happen?” - I have followed rclone filen guide (Filen), and used rclone copy and rclone sync, when files are uploaded, looking at them in browser/electron they always show as CANNOT_DECRYPT_NAME_{uuid} …. I’m not doing anything out the ordinary…. Have you tested this yourself, and what differing results do you get?
Filen ticket is opened, and we’re discussing this thread to see if you can put a fix in.