Python SDK,
Not Able to get files and folders
where I'm using dropbox business API access token
output = dbx.DropboxTeam(_dropbox_token).as_admin(ng_member_id).files_list_folder("").entries
print(output)
Trying this as suggested from the doc.
help me to do it
Trying to get files from a folder of folders and download the files.