Last Updated: Nov 4, 2020
Use this function to copy file from one place to another in Dropbox.
Copy 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 copied |
| to_path | Path to where the file needs to be copied |
| Return Value | Description |
|---|---|
| Output |
|
Copy File (ABCDCEF, Source/New_file.txt, /Destination/)
To view all the Dropbox functions, click here.