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

muratowski's avatar
muratowski
Helpful | Level 5
2 years ago

Unable to list files in shared Dropbox folder using Python and the Dropbox API

I am trying to use Python and the Dropbox API to list the files in a shared Dropbox folder. Here is my source code: """ import dropbox import os # Replace "ACCESS_TOKEN" with your Dropbox a...
  • muratowski's avatar
    muratowski
    2 years ago

    Ok I changed my codebase a little bit and now it works perfectly!

     

    Thank your for your efforts.