Start 2025 on time and up to date. Seamlessly integrate your calendars into Dropbox with these simple steps.

Forum Discussion

henrikstaaf's avatar
henrikstaaf
Explorer | Level 3
2 years ago

accessing images from dropbox using python

Using Python, I am trying to download pictures from my dropbox app but I run into the following error message   "Error downloading file from Dropbox: [Errno 13] Permission denied:"   Here is ...
  • Здравко's avatar
    Здравко
    2 years ago

    henrikstaaf, as seems your application is application folder application. You should take in mind that all paths are rooted in your application (its own) folder, not the account one (something you seem haven't done)! Try with a path like '/se/1bvt14' to list your folder. 😉

    Hope this helps.