Tjeerd Bakker
Results
13
comments of
Tjeerd Bakker
I figured it out after a while, but it turns out you don't use `Authorization: Bearer ` like literally any other API out there, but you use 'X-Auth' header field...
Check https://github.com/filebrowser/filebrowser/issues/2551. Long story short: You put the token in the `X-Auth` header field instead of the standard `Authorization: Bearer ` field
I'm running into the same issue, did you ever solve it?