I tried to access my personal account through the python API, but it seems I cannot figure out how to do it. I created an App but then I can only access the App's folder and not my personal folders with all my other stuff in it (one directory higher outside of "Apps" directory).
Is it possible to have API access to my own personal account through the dropbox API or is this functionality reserved only for Apps? In the dialog where the OAuth accss token can be found, it says that the OAuth token will have access to the whole account with the email but it seems that is not true...
For instane, in the python API, when I use the method `dbx.files_list_folder()` I can only see the folders within my App and not my account folders...