signnow / SignNowPHPSDK

The Official SignNow PHP SDK library for interacting with SignNow REST API. Sign documents, request e-signatures, and build role-based workflows with multiple signers using this client.
https://www.signnow.com/developers
MIT License
8 stars 10 forks source link

unable to use file from aws s3 #36

Open matthewhutchings opened 1 year ago

matthewhutchings commented 1 year ago

Trying to get :

$documentEntity = $document->upload((string)$this->awsURL($fileName));

but keep getting

fopen(): Argument #1 ($filename) must be of type string, bool given. File name is a string, and accessiable on the internet. Its not writeable