I need to create about 120 folders, put a small "readme.txt" file in each, and then share each folder, seperately, to about 120 different email addresses, ie: one folder per email address. Many users don't already have Dropbox or may not want to create an account. But also, many do.
I programatically check for new contents every couple of hours, which I do via a node api cronjob on Lambda, then copy the files out to where they need to be. Works great for those already using this system.
"file requests" would be perfect for this, except that it puts the uploader's name against the file request, which messes up the filename.
I have a standard plan (not pro).
I am familiar with the Dropbox API, and can think of several ways of achieving this, but I need the RIGHT way!
I simply do not have time do do this manually - this is a volunteer-run service, and as all the data exists in a table anyway, looping that and using the API makes sense.
I am extremely unlikely to hit any limits.
I have the permission of each user, but some are quite old and get confused by the Dropbox signup process, but find file requests OK.
In case anyone is wondering why:
I provide a service for charities supporting blind people and the upload method that many of them currently use to get their files to me (old, clunky and nothing to do with me!) is going to be down for a week, which cuts them off from their service users. So I'm helping them fill the gap.