Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
Gopal B.
9 years agoNew member | Level 1
Dropbox file uploading not showing 409 error
I'm uploading file using Dropbox core API. I have written the upload code like-
RequestResult strReq = OAuthUtility.Put
(
"https://api-content.dropbox.com/1/files_put/auto/",
new HttpParameterCollection
{
{"access_token", "Token"},
{"path","/file.txt"},
{"overwrite", "false"},
{"autorename","false"},
{stream}
}
);
Suppose there is a existing file in root folder
named file.txt and I'm again trying to upload
the same name file to same folder.
I have written overwrite= false
and autorename=false but surprisingly there
is no error status code returning
in the response.Always returning
the success code 200 in the response.
I need to show the proper error code.1 Reply
Replies have been turned off for this discussion
- Steve M.9 years ago
Dropbox Staff
[Cross-linking with Stack Overflow: http://stackoverflow.com/questions/37475808/dropbox-file-uploading-not-showing-409-error]
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
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!