Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
krishnpriya12
1 year 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
Dropbox Community Moderator
1 year agoI 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-Rootheader to{".tag": "namespace_id", "namespace_id": "11460496721"} - and set the
pathparameter to"/coco.docx"
About Discuss Dropbox Developer and API
Explore Dropbox Developer & API discussions with developers like you.
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!