krupasanghani023

Results 4 comments of krupasanghani023

Have added header something like below one when i try to init tusclient. Is there any problem in it @Acconut? try { SharedPreferences pref = getSharedPreferences("tus", 0); HashMap hashMap =...

If we won't set Content-Type then also same error and Authentication header is require to cloudflare for authenticate it. According to cloudflare doc it require below things: curl -X POST...

Have updated same headers and check still same error is there: io.tus.java.client.ProtocolException: unexpected status code (400) while creating upload W/System.err: at io.tus.java.client.TusClient.createUpload(TusClient.java:211) W/System.err: at io.tus.java.client.TusClient.resumeOrCreateUpload(TusClient.java:334) W/System.err: at io.tus.android.example.MainActivity$UploadTask.doInBackground(MainActivity.java:177) W/System.err: at...

![Screenshot 2023-10-20 at 10 01 53 AM](https://github.com/tus/tus-android-client/assets/133211118/ab3dd2ba-a60c-48e3-b89c-dabcec28b7c0) Have added this override method and get error as Bad request