/files
Retrieves or uploads file contents relative to the user's Dropbox root or the application's directory within the user's Dropbox.
Method(s)
GET, POST
Parameter(s)
POST:
file - When POST is used for uploading a file, <path> specifies a directory and the file parameter must be passsed using multi-part form data to specify the name of the newly uploaded file. Please note: the Dropbox API doesn't currently support uploading using chunked encoding. We recommend multipart encoding.
Returns
For GET, returns file contents. POST success or failure is reported via HTTP status code.