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

sarshavs's avatar
sarshavs
Explorer | Level 3
11 months ago

/copy_reference/save returns [409] no_write_permission

Im using account with space team configuration and trying to move file from team folder to home folder and get that response: 

[409] {'.tag': 'path', 'path': {'.tag': 'no_write_permission'}}

 

Im sending the request with that headers:
'Authorization': '<some token>', 'Dropbox-Api-Path-Root': '{".tag": "root", "root": "<root number>"}', 'Content-Type': 'application/json', 'Dropbox-API-Select-User': 'dbmid:AADj5RHxqhbhUvP8RdOCCz0G-z1qoA'}

 

the user is admin.

My app have all team permission

I need to continue use user endpoints and not business endpoint, is there is a way to overcome this issue?

 

Also in what way i can identify if account is using team space configuration using user endpoints?

 

And do we have option to set the path to be root for all my requests without each time passing the root number? - for it im sending another request for get_current_account and its little tedious.  

 

Thanks alot 🙂

  • Regarding the 'no_write_permission' error, I suggest opening an API ticket with the full details of the API call you're making so we can look into that more specifically for you. Please redact just the access token.

     

    Yes, you can use the /2/users/features/get_values user endpoint to check which features a particular account currently has. Please refer to the Team Files Guide and this blog post for more information.

     

    And no, it's not possible to configure a different default root, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,888 PostsLatest Activity: 18 hours ago
326 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!