b2-sdk-java icon indicating copy to clipboard operation
b2-sdk-java copied to clipboard

The official Java SDK for using Backblaze's B2 Storage APIs

Results 21 b2-sdk-java issues
Sort by recently updated
recently updated
newest added

Here is the code I used to create B2StorageClient `B2StorageClient client = B2StorageClientFactory .createDefaultFactory() .create(APP_KEY_ID, APP_KEY, USER_AGENT);` I get this fatal exeption -> `java.lang.NoSuchFieldError: No static field INSTANCE of type...

Is it possible return OkHttp client ?

- WIP, do not merge - Will most likely be split into it's own repository - Creating separate gradle project including an Android application for instrumented tests and examples `httpclient_android/app`...

If someone tries to serialize a json structure that's too close to Integer.MAX_VALUE bytes, ByteArrayOutputStream will fail while trying to grow its array. The failure is particularly annoying because it's...

Hello. I am deploying b2 client application behind proxy and it is unable to contact Backblaze API endpoints. My proxy is definitely working as I have no problems contacting other...

Hi. We need B2Bucket to construct B2UpdateBucketRequest, but in B2Bucket revision is not optional field `@B2Json.required private final int revision;`

## sdk version: 4.0.0 ``` B2StorageClient client = B2StorageClientFactory .createDefaultFactory() .create(APP_KEY_ID, APP_KEY, USER_AGENT); ``` The default `B2RetryPolicy` wil try max 8 attempts and each time wil sleep at least 1...

I'm trying to 1) start a large file upload, then 2) add parts later as I receive them. I get the parts as input streams, and one would assume from...

This PR contains both AB's B2WebApiUrlConnectionClientImpl and my B2AccountAuthorizerV5AuthImpl . It does not have the necessary changes to support Android pre API 26, which are significant, and required the elimination...

The same kinds of things that issue #86 could happen because of calling the method to get the custom handler for a class. Not sure how to fix that, so...