Skip to content

Commit

Permalink
Merge pull request #27 from Abdelhady/patch-2
Browse files Browse the repository at this point in the history
Warning about forward slash for paths
  • Loading branch information
SociallyDev authored Jun 4, 2019
2 parents c9bfe5f + 3b86191 commit ad0726e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ All available options:

### Uploading/Downloading Files
```php
// Don't start any path with a forward slash, or it will give "SignatureDoesNotMatch" exception
$path_to_file = "image.png";

$space->UploadFile($path_to_file, "public");
Expand Down

0 comments on commit ad0726e

Please sign in to comment.