I have a question where I couldn't find an example.
In my Javascript app I'm creating arbitrary JSON-snippets, which are NOT saved as file(s).
How can I upload those snippets to Dropbox?
Do I need to use `filesAlphaUpload`? And if yes - is there a snippet to show how to use it?
Or do I need to create a buffer from the JSON and upload the buffer?
Any hint appreciated...