Start 2025 on time and up to date! Seamlessly integrate your calendars into Dropbox with these simple steps! 📆

Forum Discussion

dc_ucw's avatar
dc_ucw
New member | Level 2
7 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
    7 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.5,936 PostsLatest Activity: 12 hours ago
346 Following

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 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!