Need to see if your shared folder is taking up space on your dropbox 👨‍💻? Find out how to check here.

Forum Discussion

dc_ucw's avatar
dc_ucw
New member | Level 2
8 years ago
Solved

File upload 409 Conflict "path/no_write_permission" to team space

Getting an 409 Conflict  "path/no_write_permission" to team space when trying to upload a file.    Where do I set team space folder persmissions for an app? Here is the code (powershell): $Do...
  • Greg-DB's avatar
    8 years ago

    To access the team space itself, you need to set your "root" to the team space using the "Dropbox-API-Path-Root" header, instead of specifying the namespace ID in the path value as you're trying to do in this code. 

    You can find information setting "root" in "Dropbox-API-Path-Root" in the Namespace Guide.

    It looks like you have part of this commented out already. Re-enable that, and use "root" instead of "namespace_id", and remove the "ns:..." usage from your "path" value.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.

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!