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

Forum Discussion

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

path not found error

At time of downloading of file from dropbox i got error :

 

com.dropbox.core.v2.files.DownloadErrorException: Exception in 2/files/download: {".tag":"path","path":"not_found"}

 

i want to download details_item file

  • When you say you're using the "correct" path, are you accounting for the typo? (The typo is the misplaced 'a' in "deatils".)

    To be clear, based on the screenshot you supplied, the path you would need to use would be:
    - if you're using a full Dropbox app: "/Apps/AndroidDbAppStorage/deatils_item.json"
    - if you're using the app with the app folder permission for that "AndroidDbAppStorage" app folder: "/deatils_item.json"

    Additionally, make sure you're using an access token for the right account.
  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    That error indicates that there's nothing at the path you're supplying to the call. 

     

    I see that you may have a typo causing this issue. In your post, you said you want to download "details_item", but in the screenshot of your account I see your filename has a typo: "deatils_item.json". Please correct the typo or the path value you're supplying to fix this.

    • kmsbs's avatar
      kmsbs
      Explorer | Level 4
      Here i only indicate that i want to download this file but in code i entered correct path and name with .json
      • Greg-DB's avatar
        Greg-DB
        Icon for Dropbox Staff rankDropbox Staff
        When you say you're using the "correct" path, are you accounting for the typo? (The typo is the misplaced 'a' in "deatils".)

        To be clear, based on the screenshot you supplied, the path you would need to use would be:
        - if you're using a full Dropbox app: "/Apps/AndroidDbAppStorage/deatils_item.json"
        - if you're using the app with the app folder permission for that "AndroidDbAppStorage" app folder: "/deatils_item.json"

        Additionally, make sure you're using an access token for the right account.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,876 PostsLatest Activity: 45 minutes ago
325 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!