How can my app upload string data and a filename to Dropbox and have Dropbox create the file and store the data into it?
The SwiftyDropbox SDK's doc is a little overwhelming for me because I'm not creating a Dropbox app product and my app is for only my R&D use, not to be a product.
I have some string data and a filename and I want Dropbox to create a file with that data, and named that filename, into my existing Dropbox account.
Once a second, my Swift needs to upload 1kB to a new Dropbox file.