olzhasar-reef
olzhasar-reef
@patrickwasp are you still experiencing this issue? I tried to reproduce it using both the recent sdk version and the one you specified (2.1), but wasn't able to.
Is there anything that could be done to move this forward?
@yury-tokpanov `b2` v4.4.x requires `b2sdk` 2.9.4. Please, make sure you upgrade the sdk library alongside the CLI. LMK if the issue still persists after upgrading both packages.
This appears to be a bug, we're investigating the cause. In the meantime, a workaround is to remove local sqlite cache (the default location is `~/.b2_account_info`) and reauthorize: ```sh rm...
`phx-class-registry` 5.x.x requires Python >= 3.10. We can (and probably should) drop support for 3.8 (as it has reached EOL in October 2024), but we still need to maintain compatibility...
The `retain_until` parameter specifies the timestamp until which a file should be retained. It is an integer representing the number of milliseconds from the [epoch](https://en.wikipedia.org/wiki/Unix_time). Thank you for reporting that,...
Should be fixed in [v4.4.1](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.4.1)
@chenrui333 Kindly confirm if your issue has been resolved in a new release.
@chenrui333 Indeed, one of the project dependencies relies on functionality in `docutils` that was deprecated in 0.22. So, we've pinned `docutils` version for now, until we migrate away from the...
@antarean The underlying [b2_delete_file_version](https://www.backblaze.com/apidocs/b2-delete-file-version) endpoint of the B2 Native API requires us to pass both `fileName` and `fileId`. We can't really infer the former from the b2id:// url, hence the...