-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
file info error on encrypted files #1051
Comments
Reproducible, though |
Yes, this was mentioned above.
Thank you 👍 |
On the client we should catch the 400 and advise the user to either use In a new version the CLI will assume that the 400 is caused by SSE-C encryption (either absence of the keys in the env variable, or mismatch) and will return a helpful message to the terminal. |
@ppolewicz Thanks for that. When using Thanks! 👍 |
Greetings,
When issuing the following command for a client-encrypted file stored on b2:
I get the following output:
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 👍
The text was updated successfully, but these errors were encountered: