We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
mittinga
2 months agoExplorer | Level 4
Rename a file via API from shared link
Hello everyone, I’m currently working with the Dropbox API, and I’m trying to rename a file within a shared folder. The folder is shared with me via a shared link, and I have the necessary edit p...
- 18 days ago
mittinga The path_lower field will not always be returned; please refer to the documentation for information on when any particular field will be returned. (Be sure to click on FileLinkMetadata and/or FolderLinkMetadata under the "Returns" section to expand the information for those types.)
Note also though that if you are connected to the correct account, for the item to be found in the account and the path to be returned, the call will need to be using a relevant root containing the item. So for instance, if the item is in the team space, you'll need to set the "Dropbox-API-Path-Root" header to set the root to the team space. Refer to the Team Files Guide for information on how to do so.
mittinga
Explorer | Level 4
Hi,
thank you for the reply.
when I call "get_shared_link_metadata" I am not getting path. only name. can't rename with name.
maybe this will help:
"visibility_policies": [
{
"policy": {
".tag": "public"
},
"resolved_policy": {
".tag": "shared_folder_only"
},
"allowed": false,
"disallowed_reason": {
".tag": "restricted_by_shared_folder"
}
},
Greg-DB
18 days agoDropbox Staff
mittinga The path_lower field will not always be returned; please refer to the documentation for information on when any particular field will be returned. (Be sure to click on FileLinkMetadata and/or FolderLinkMetadata under the "Returns" section to expand the information for those types.)
Note also though that if you are connected to the correct account, for the item to be found in the account and the path to be returned, the call will need to be using a relevant root containing the item. So for instance, if the item is in the team space, you'll need to set the "Dropbox-API-Path-Root" header to set the root to the team space. Refer to the Team Files Guide for information on how to do so.
- mittinga17 days agoExplorer | Level 4
YES! this Dropbox-API-Path-Root header! that's what I was missing 🙂
thanks a lot!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf 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!