Greetings,
I am encountering the following error while calling the Dropbox API:
InternalServerError('6c7329b49922471380831b2b3f2fb49c', 500, '{"error": "The server has either erred or is incapable of performing the requested operation."}')
Below is the Python code for the API call:
self.dbx = dropbox.Dropbox(self.app_token).with_path_root(dropbox.dropbox_client.PathRoot.root('8297511184')) result = self.dbx.files_list_folder(path)
I would like to request clarification on the cause of the above error.
Best regards,
SangWoon Yoon