Filestack\FilestackClient::overwrite
Overwrite a file in cloud storage
Signature
public function overwrite(string
$filepath,
string
$handle )
Parameters
$filepath
— string- real path to file
$handle
— string- Filestack file handle to overwrite
Returns
- Filelink
Errors/Exceptions
-
FilestackException
- if API call fails, e.g 404 file not found
Test Coverage
Information
- Coverage: / Lines (%)
- Tests: 0
- Passed: 0 (0%)