Hey I'm building an text editor web-app using php. So basically I want to display the content of a text file on a text editor that is already saved on the application's filespace.
My question is do I have to download the file to a local folder and read its content from there or is there another way to directly read files saved on DropBox?