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

VyacheslavB's avatar
VyacheslavB
Helpful | Level 5
5 years ago

How to display folders in the file list Dropbox API (Swift 5)

I get a list of the user's files and then filter it to show only the music files. But I also want to see subfolders. How should I set up my filter for this? Could you help me. My function where I ge...
  • Greg-DB's avatar
    Greg-DB
    5 years ago

    To check if a particular entry is a file or a folder, you can check the type of the entry, such as by switching on it as shown in this example.