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

Hans-Peter's avatar
Hans-Peter
Explorer | Level 4
6 years ago

File/Folder paths arent set

Hello,

when I try to call /files/get_metadata of any file or folder, the returned entry doesn't contain path_lower or path_display. I am assuming that means those values aren't set, but I'm not sure how that can even happen.

This is an issue because it means I can only access files via the File ID, but when you look up files/list_folder/continue for changes, the entry of a deleted file doesn't contain the file ID but it should normally contain the path. However since the path isn't set, all I am left with is the deleted tag and the file name, which isn't enough to do anything

  • If the path values aren't set, that means that "the file or folder is not mounted". There are a few ways that can happen:

    • if you're looking at the contents of a shared folder that is itself not mounted
    • if you're making an API call without an explicit "root", so the contents don't have anywhere to be "mounted" to

    For example, the second one can occur if you're using a Dropbox Business API app with the "team member file acces" permission, and are supplying the "Dropbox-API-Select-Admin" header but aren't supplying the "Dropbox-API-Path-Root" header. With that admin header, you're accessing any team content, but without the root header, it isn't relative to anything. If that's the case, you should supply the root header. You can find information on how that works in the Namespace Guide.

    The Content Access Guide may also be helpful reference.

    Otherwise, if you share the code, I'll be happy to take a look and advise specifically.

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    If the path values aren't set, that means that "the file or folder is not mounted". There are a few ways that can happen:

    • if you're looking at the contents of a shared folder that is itself not mounted
    • if you're making an API call without an explicit "root", so the contents don't have anywhere to be "mounted" to

    For example, the second one can occur if you're using a Dropbox Business API app with the "team member file acces" permission, and are supplying the "Dropbox-API-Select-Admin" header but aren't supplying the "Dropbox-API-Path-Root" header. With that admin header, you're accessing any team content, but without the root header, it isn't relative to anything. If that's the case, you should supply the root header. You can find information on how that works in the Namespace Guide.

    The Content Access Guide may also be helpful reference.

    Otherwise, if you share the code, I'll be happy to take a look and advise specifically.

    • Hans-Peter's avatar
      Hans-Peter
      Explorer | Level 4

      Supplying the Dropbox-API-Path-Root header worked, thanks a lot!

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,893 PostsLatest Activity: 4 hours ago
327 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!