Last Updated: Mar 15, 2021
Use this function to move file from one folder to another in Dropbox.
Move File (access_token, from_path, to_path)
| Input Parameter Name | Description | 
|---|---|
| access_token | Access token of Dropbox | 
| from_path | Path of the file that needs to be moved | 
| to_path | Path to where the file needs to be moved | 
To know more about access_token, click here.
| Return Value | Description | 
|---|---|
| Output | 
  | 
Move File (ABCDCEF, /Invoices/Travel.pdf, /Travel)
To view all the Dropbox functions, click here.