There has been an update in Dropbox and also in the API somewhere in the last week. I have a Python script to retrieve the content of a Dropbox folder and it is not working anymore. The call was just as simple as:

- dbx: the active connection to Dropbox (this is still working correct)
- folder_path: the directory in which to look for
- recursive: True means to the deepest level and False means only in the specified folder
I came along a blog post (https://dropbox.tech/developers/api-updates-to-better-support-team-spaces), which confirms that there has changed something and i think the issue has to do with the paragraph shown below:

I tried a couple of things to change in the folder_path argument, because i thought the root path has been changed since the update, but without any success so far.
Can someone explain me what i have to change to being able to retrieve the content of folders again via the Dropbox API in Python?