You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
krishnpriya12
3 months agoExplorer | Level 3
Not able to copy the file into quarantine folder through API, running into 409 errors
Hi Team, I am facing an issue with an API, {"url":"https://api.dropboxapi.com/2/files/copy_reference/get","http_method":"POST","headers":{"Dropbox-API-Path-Root":"","Content-Type":"applicatio...
Greg-DB
3 months agoDropbox Staff
I see you're not actually setting "Dropbox-API-Path-Root", so that would default to the "home" mode, but the namespace you're trying to access may not be mounted underneath the user's home.
That being the case, you'll need to set the root such that the namespace will be found. You can do that like this, for example:
- set the
Dropbox-API-Path-Root
header to{".tag": "namespace_id", "namespace_id": "11460496721"}
- and set the
path
parameter to"/coco.docx"
About Discuss Dropbox Developer & API
Make connections with other developers
797 PostsLatest Activity: 2 days 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!