-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Labels
Description
Greetings,
When issuing the following command for a client-encrypted file stored on b2:
./b2-linux file info b2://myCuteFunBucket/syncfiles/myCuteFunFileName
I get the following output:
UserWarning: bad request exception with an unknown `code`. message=None, code=None
ERROR: None (None)
The documentation at https://b2-command-line-tool.readthedocs.io/en/master/subcommands/file_info.html does not mention the need to use the SSE_C key, although I tried with this and it still produces the same error.
b2-linux account authorize was performed successfully before this.
Using file info on a non-encrypted file works as expected.
Using b2 command line tool version: 4.1.0. I also tried with b2v3-linux and I received the same error.
Thanks 👍
Reactions are currently unavailable