mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-06 21:11:30 -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
|
### Uploading/Downloading Files
|
||||||
```php
|
```php
|
||||||
|
// Don't start any path with a forward slash, or it will give "SignatureDoesNotMatch" exception
|
||||||
$path_to_file = "image.png";
|
$path_to_file = "image.png";
|
||||||
|
|
||||||
$space->UploadFile($path_to_file, "public");
|
$space->UploadFile($path_to_file, "public");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue