Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
ameya
8 years agoNew member | Level 2
File uploading error
Error uploading to Dropbox: Exception in upload: {".tag":"path","reason":{".tag":"conflict","conflict":"file"},"upload_session_id":"AAAAAAAAAQdoevdEEZbGaw"}
Greg-DB
Dropbox Community Moderator
8 years agoA path/conflict/file error indicates that the upload failed because a file already exists at the path specified.
You'd need to remove/rename the existing file, use a different file name for the upload, or use a different write mode to get that call to succeed. You can find more information in the documentation:
https://www.dropbox.com/developers/documentation/http/documentation#files-upload
(There is also corresponding documentation for the native methods in the documentation for the official SDKs, if you're using one.)
You'd need to remove/rename the existing file, use a different file name for the upload, or use a different write mode to get that call to succeed. You can find more information in the documentation:
https://www.dropbox.com/developers/documentation/http/documentation#files-upload
(There is also corresponding documentation for the native methods in the documentation for the official SDKs, if you're using one.)
evry1falls
7 years agoCollaborator | Level 8
How may I change the writemode while using chunked upload .?
I'm using dropbox dotnet api
- Greg-DB7 years ago
Dropbox Community Moderator
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.
- evry1falls7 years agoCollaborator | Level 8
I changed the chunksize to 512 kb, I will give it a shot now and I will get back to you.
- evry1falls7 years agoCollaborator | Level 8
Thank you so much [File uploaded Successfully.]
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!