krupasanghani023
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...
 Have added this override method and get error as Bad request