mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-05 20:41:31 -07:00
Merge pull request #27 from Abdelhady/patch-2
Warning about forward slash for paths
This commit is contained in:
commit
ad0726e41e
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue