2025 sparked some incredible conversations across our community đ©âđ». Discover the highlights and see whatâs ahead in 2026.
Forum Discussion
Dinesh K
3 years agoExplorer | Level 3
/properties/add
How to select a path for document which we want to add by API. Kindly help on the same.
I am getting this error:
{
"error_summary": "path/not_found/",
"error": {
".tag": "path",
"path": {
".tag": "not_found"
}
1 Reply
- Greg-DB3 years ago
Dropbox Community Moderator
The /2/file_properties/properties/add endpoint is for adding custom file properties to existing files on Dropbox. To create/upload a file, you would use /2/files/upload first (or upload sessions for large files).
Both of these identify the file using the "path" parameter. A 'path/not_found' error, such as from /2/file_properties/properties/add, indicates that the call failed because there was nothing found at the specified "path".
I recommend reading the File Access Guide for information on how this works.
About 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!