I want to upload file that I am generating in my app. It looks like I can upload file if I will provide path to the file, or url where the file is, but I have only content of the file. Is there a way I can upload that content dropbox ? I am using third party php sdk
DropboxFileobject, and you can create aDropboxFileobject from a resource usingDropboxFile.createByStream. - Greg