Can anyone suggest if / how I might get statistics on Folders and Files from Dropbox's API?
I'm making a custom visualization of Starred Files and Folders from a Dropbox user account. Specifically showing:
- Starred Files: each File by; Size
- Folders & Sub-folders: each Folder by; Size, # of Files
Id appreciate any guidance on if/how to do this. I'm using their HTTP endpoints in Vue 3. Thanks!