Error uploading to Dropbox: Exception in upload: {".tag":"path","reason":{".tag":"conflict","conflict":"file"},"upload_session_id":"AAAAAAAAAQdoevdEEZbGaw"}
How may I change the writemode while using chunked upload .?
I'm using dropbox dotnet api
@evry1falls When uploading via upload sessions with the .NET SDK, you can set the write mode via the CommitInfo object(s) you supply to the UploadSessionFinishAsync or UploadSessionFinishBatchAsync methods.
I changed the chunksize to 512 kb, I will give it a shot now and I will get back to you.
Thank you so much [File uploaded Successfully.]