We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

mittinga's avatar
mittinga
Explorer | Level 4
2 months ago

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...
  • Greg-DB's avatar
    Greg-DB
    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.