We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
Conpak
9 years agoNew member | Level 1
uploadasync is always overwriting
Here is my code:
var updated = await dbx.Files.UploadAsync("/Apps/design-orders" + "/" + file.FileName, WriteMode.Add.Instance, true, body: mem);
I have tried different combinations of th...
Greg-DB
9 years agoDropbox Staff
This method and write mode seems to be working properly for me, so a few questions to help figure this out:
- What version of the SDK are you using?
- Are you getting any error or output?
- Can you print out the result you're getting in "updated" (e.g., updated.PathLower)?
- Are you uploading the same content? If you upload the same file content, it won't be considered a conflict, and so won't add a new file.
- Does your app have the app folder permission? If so, you shouldn't be specifying "/Apps/{app folder name}" yourself. You should just specify "/", which will implicitly be your app folder root.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,875 PostsLatest Activity: 3 hours agoIf 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 or Facebook.
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!