This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
This is a Powershell script to upload a file to DropBox using their REST API. | |
.DESCRIPTION | |
This Powershell script will upload file to DropBox using their REST API with the parameters you provide. | |
.PARAMETER SourceFilePath | |
The path of the file to upload. |