All the Dropbox API SO questions and official documentation I have seen only give examples of uploading files that are external to Dropbox and then downloading Dropbox files to external files using put_file
and get_file
respectively.
Is there a way to both read and write files exclusively in the Dropbox file system without creating external files?