Merge pull request #27 from Abdelhady/patch-2

Warning about forward slash for paths
This commit is contained in:
Devang Srivastava 2019-06-05 02:07:39 +05:30 committed by GitHub
commit ad0726e41e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");