Last Updated: Mar 15, 2021
Use this function to download file from Dropbox.
Download File (access_token, dropbox_path, file_path)
| Input Parameter Name | Description | 
|---|---|
| access_token | Access token of Dropbox | 
| dropbox_path | Path from where the file needs to be deleted | 
| file_path | Path to where the file needs to be downloaded to | 
To know more about access_token, click here.
| Return Value | Description | 
|---|---|
| Output | 
  | 
Download File (ABCDCEF, /Invoice/TravelInvoice.pdf, C:\Invoices)
To view all the Dropbox functions, click here.