python script to download and upload a file to the dropbox.
For programmatically uploading and downloading to/from Dropbox in Python, we recommend using the official Dropbox API v2 Python SDK.
There's a sample app here that shows how to upload and download files.
Thank you .With Your help,I am able to upload my downloads folder into dropbox.But now, I want to download any folder from dropbox into my downloads folder using python script.please help me out.
To download a file, you would use files_download. There's an example of using that here.