Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
Hi,
I trying to upload a file from Zoho CRM to Dropbox one of the user account's folders.
I used the URL: https://content.dropboxapi.com/2/files/upload.
Receive error response message from Dropbox is:
In short, that error message means that on the path, where you are trying to finish your upload, is already an existing file and your call parameters don't allow such situation. You may change another place to upload your file or another file name to avoid the conflict. Also selecting overwrite mode to replace the existing file is a way. A reason may be wrong revision within your parameters too.
In all cases you don't need to upload the file again, but only finishing already uploaded file (identifiable with its session id) in a correct way.
Hope this gives direction.
Hi there!
If you need more help you can view your support options (expected response time for a 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!