I'm the new admin for our org's dropbox, and I'm trying to get my arms around everything that's been created in the last 10 years. In particular, I'm trying to get some details on shared folders. My understanding is I need to use the API to get the info I need. There are at least 500 shared folders, so going through them manually is proving to be quite time consuming.
I have some familiarity with php, so I'd prefer using that to do the work. The trouble is, I don't really know where to start, beyond registering my app in Dropbox.
I'd like to get a list of all shared folders (not just the ones owned by admin), with the following fields if possible: folder name, creation date, owner, "shared with list" (other users), folder path (as seen by admin), size.
Can someone point me in the right direction?
Thanks,
Bill