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

ccap's avatar
ccap
Explorer | Level 4
7 years ago

Download error - path not found (.NET)

My dropbox business account has the following: Folder A - My Personal User Folder Folder B - Dropbox business team folder (Let's call this "TestTeam") And .txt files named test.txt, one in each fo...
  • Greg-DB's avatar
    Greg-DB
    7 years ago

    You should be passing in the PathLower value in particular when calling DownloadAsync. (For printing, PathDisplay or Name would be appropriate.)

    I don't see where you're connecting this to your Download method, but make sure you're using PathLower for the actual download call. Name is only the last path component, not the full path.

    If you pass in PathLower, that should work, as long as you have a client with the correct "PathRoot".