A script to move all files from one folder to another in dropbox. It expects a JSON file credentials.json
in the same directory of the form:
{
"accessToken": "ACCESS_TOKEN",
"sourceFolder": "/src_folder",
"destinationFolder": "/dest_folder"
}