Using python dropbox.Dropbox (dbx instance), and after connecting using oauth2 generated token;
am unable to access, so far, the Backups tree. Using the relative-path from "rootdir", cant seem
to get to the Backups area (as part of the backups feature).
Python
dbx = dropbox.Dropbox(DROPBOX_ACCESS_TOKEN)
files = dbx.files_list_folder(path, recursive=True, include_media_info=True)
where when path is "/xxxx" and "xxxx" is a folder under "home", then the above works fine.
But, the Backups area (you know, the pc backup-with-sync feature) is an area I cant get to, so far.
Have tried path: "/backups/xxxx" ("xxxx is known top of backup tree) and variations.
So... via the Dropbox api, is it possible to access(read) the "Backups" tree(s).