I have an opportunity to have clients submit large files. Instead of a form post in a browser, it would be nice to maintain a shared folder for each client. I'd use my API to deal with the files and place error files or some kind of log within each client's folder.
Is Dropbox made for this sort of thing? With the API I can't find list_folder_members, so I'm wondering if I have the right app type. The error I'm getting is that my app type disallows this type of call.
members = client.list_folder_members("alpha")
Any insight appreciated. Cheers