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,...