Last Updated: Mar 8, 2023
Use this function to upload file from one place to another in Dropbox.
Upload File (access_token, file_path, folder_path)
| Input Parameter Name | Description |
|---|---|
| access_token | Authentication token |
| file_path | File path of local system |
| folder_path | Folder path of Dropbox |
To know more about access_token, click here.
| Output Parameter Name | Description |
|---|---|
| Output |
|
Upload File (12345, C:/Invoice.pdf, /Invoices)
To view all the Dropbox functions, click here.