I write a code to get the data of the tags listed on a folder. but when I hit the API
I get error stating
Failed to get tags: 409 - {"error_summary": "path/not_file/...", "error": {".tag": "path", "path": {".tag": "not_file"}}}
i also try to run the function
dropbox.files_tags_get(entry.path_display)
but gets error
AttributeError: module 'dropbox' has no attribute 'files_tags_get'
what will be the solution for this? how can I read the tags of a folder?