I am able to use OAuth and can confirm access to my dropbox account using the dropbox API. But when I run dbx.files_list_folders('').entries. I am getting dropbox eceptions.ApiError: ApiError('stringofstuff', ListFolderError('path', LookupError('not_found', None))). I am simply trying to see what my code can see so that I can then write the path I want.
Is there an issue with my dropbox api settings? What else might I need to try?