We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
Thank you for this great library! It is epic, I am writing a bit of software for the B2 team, and will use this library for it.
I see on my B2 Dashboard, I can view the total count of all files within a bucket:
Reviewing the B2 CLI API, I see we can view the total size of a Bucket: See here
Reviewing the B2 Http API, I do not see an option to get the count of all files within a bucket: See here
Is it possible to get the count of all files within a bucket?
Basically I want to add a progress bar, as retrieving files can take a long time, even using batches of 1000.
Thanks again!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
Thank you for this great library! It is epic, I am writing a bit of software for the B2 team, and will use this library for it.
I see on my B2 Dashboard, I can view the total count of all files within a bucket:
Reviewing the B2 CLI API, I see we can view the total size of a Bucket:
See here
Reviewing the B2 Http API, I do not see an option to get the count of all files within a bucket:
See here
Is it possible to get the count of all files within a bucket?
Basically I want to add a progress bar, as retrieving files can take a long time, even using batches of 1000.
Thanks again!
The text was updated successfully, but these errors were encountered: