Specifying the "fileid" using b2v4 rm b2id://fileid causes calls to "b2_get_file_info"
Hi,
When using "b2v4 rm b2id://
Using "b2v3 delete-file-version", these calls are not used.
Are there any plans to avoid these unnecessary calls to "b2_get_file_info"? Or will I need to use b2v3 indefinitely?
this doesn't look right, lets have a closer look
@antarean
The underlying 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 additional API call to the b2_get_file_info.
I believe those calls are happening both for b2v4 rm and b2v3 delete-file-version.
If you're confident that it's different in your case, please provide debug logs produced when running the command:
b2v3 delete-file-version --verbose <id>