filestack-php icon indicating copy to clipboard operation
filestack-php copied to clipboard

Official PHP SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.

Results 21 filestack-php issues
Sort by recently updated
recently updated
newest added

Filestackclient upload - option 'path' does not set the s3 directory correctly

[{"_id":"63668393ea01ec786e83fbfb","body":"The docblock don't indicate that the option is available. But it is for uploadUrl()... It need to be implemented... thanks.","issue_id":1662242422441,"origin_id":506728111,"user_origin_id":327551,"create_time":1561727421,"update_time":1561727421,"id":1667662739791,"updated_at":"2022-11-05T15:38:59.791000Z","created_at":"2022-11-05T15:38:59.791000Z"},{"_id":"63668393ea01ec786e83fbfc","body":"+1 thanks. this is a bit annoying as our web picker allows it, but our sdk scripts don't, which means we have some files in one folder, and other files in another folder...","issue_id":1662242422441,"origin_id":529283724,"user_origin_id":119126,"create_time":1567998601,"update_time":1567998601,"id":1667662739795,"updated_at":"2022-11-05T15:38:59.794000Z","created_at":"2022-11-05T15:38:59.794000Z"},{"_id":"63668393ea01ec786e83fbfd","body":"Hi was this ever resolved? I can't figure out as well how to set my specific AWS folder. Also, I am finding the final uploaded filename is the KEY rather than the filename I have set.","issue_id":1662242422441,"origin_id":695857156,"user_origin_id":5402563,"create_time":1600648093,"update_time":1600648093,"id":1667662739798,"updated_at":"2022-11-05T15:38:59.798000Z","created_at":"2022-11-05T15:38:59.798000Z"}] comment

Hi, In the `upload` function (`FilestackClient->upload($filepath, $options )`) we can pass option array as the second parameter with many options. As I understand 'path' is one of the available options...

Please provide solution for document detection in php sdks

Improve return type-hints

[{"_id":"63668086d297b621323d08e7","body":"Any update on this? Should I create a pull request? ","issue_id":1662242422448,"origin_id":558631026,"user_origin_id":9432246,"create_time":1574775369,"update_time":1574775369,"id":1667661958010,"updated_at":"2022-11-05T15:25:58.009000Z","created_at":"2022-11-05T15:25:58.009000Z"}] comment

Currently, the library uses type-hints that not exist. For example, `FilestackClient` has a `convertFile` method that has a return type-hint of `Filestack/Filelink` while the correct one is `\Filestack\Filelink`. This improvement...

Hi In you example you initilize the `Filelink` instance with the handle of a file. Is there any way to initilize the `Filelink` or `Fileclient` with the full filestack url...

disable guzzlehttp ssl check

[{"_id":"636686a44267bf3cd44b20a8","body":"SOLVED\r\n\r\n$guzzleClient = new \\GuzzleHttp\\Client(array( 'curl' => array( CURLOPT_SSL_VERIFYPEER => false, ), ));\r\n$client = new FilestackClient('mykey' ,null,$guzzleClient);","issue_id":1662242422460,"origin_id":508771718,"user_origin_id":8910705,"create_time":1562335932,"update_time":1562335932,"id":1667663524052,"updated_at":"2022-11-05T15:52:04.052000Z","created_at":"2022-11-05T15:52:04.052000Z"}] comment

hi i need to crontab a local batch upload . i get "Fatal error: Uncaught GuzzleHttp\Exception\RequestException: cURL error 60: SSL certificate problem: unable to get local issuer certificate" because of...

Hello, In your example, you are using the `$fields` variable but it has not been initiated and there is no way to know what is being referred there. https://github.com/filestack/filestack-php#storage `$metadata...

Installed with Composer Using the following code, results in: Errored uploading to s3503 ``` require("../../../vendor/autoload.php"); use Filestack\FilestackClient; use Filestack\Filelink; use Filestack\FilestackException; $filepath="../../../Docs/12.spring.clinic.assignments.xlsx"; $client = new FilestackClient('************'); try { $filelink =...

Call to undefined function GuzzleHttp\Promise\settle()

[{"_id":"663317ddd8e74d79d108e271","body":"I am not sure how to use Github, really, but this worked for me. Perhaps you can commit it? \r\n1. add use GuzzleHttp\\Promise;\r\n2. Swap out the GuzzleHttp\/Promises\\settle for Promise\\Utils::settle","issue_id":1712819066896,"origin_id":1863356116,"user_origin_id":16374381,"create_time":1703014142,"update_time":1703014142,"id":1714624477580,"updated_at":"2024-05-02T04:34:37.580000Z","created_at":"2024-05-02T04:34:37.580000Z"},{"_id":"663317ddd8e74d79d108e273","body":"We're seeing this issue too. We had to upgrade Guzzle because other dependencies require the latest version, and we are now getting this error as well.","issue_id":1712819066896,"origin_id":1885013927,"user_origin_id":151252869,"create_time":1704898863,"update_time":1704898863,"id":1714624477611,"updated_at":"2024-05-02T04:34:37.611000Z","created_at":"2024-05-02T04:34:37.611000Z"},{"_id":"663317ddd8e74d79d108e274","body":"@tomgibb there is indeed a solution here. The problem is that it does not exist in this package.\r\n\r\n@jake-lundberg this problem is in need of a fix. I've contact Filestack support and they have brushed it off. \r\n\r\n<img width=\"1030\" alt=\"CleanShot 2024-01-10 at 13 15 11@2x\" src=\"https:\/\/github.com\/filestack\/filestack-php\/assets\/1851973\/a7133e40-41f6-4c2b-bca1-6e171b5ac1d0\">\r\n\r\nThat was November 2023.\r\n","issue_id":1712819066896,"origin_id":1885522625,"user_origin_id":1851973,"create_time":1704914216,"update_time":1704914216,"id":1714624477624,"updated_at":"2024-05-02T04:34:37.624000Z","created_at":"2024-05-02T04:34:37.624000Z"},{"_id":"663317ddd8e74d79d108e275","body":"I had to launch something sooner vs. later which led me to searching\r\ngithub\/packagist to find a fork with the proper changes. I found one that\r\nwas appropriate: https:\/\/github.com\/pubpackage\/filestack-php\r\n\r\nOn Wed, Jan 10, 2024 at 2:17\u202fPM Steven Maguire ***@***.***>\r\nwrote:\r\n\r\n> @tomgibb <https:\/\/github.com\/tomgibb> there is indeed a solution here.\r\n> The problem is that it does not exist in this package.\r\n>\r\n> @jake-lundberg <https:\/\/github.com\/jake-lundberg> this problem is in need\r\n> of a fix. I've contact Filestack support and they have brushed it off.\r\n> ***@***.*** (view on web)\r\n> <https:\/\/github.com\/filestack\/filestack-php\/assets\/1851973\/a7133e40-41f6-4c2b-bca1-6e171b5ac1d0>\r\n>\r\n> That was November 2023.\r\n>\r\n> \u2014\r\n> Reply to this email directly, view it on GitHub\r\n> <https:\/\/github.com\/filestack\/filestack-php\/issues\/62#issuecomment-1885522625>,\r\n> or unsubscribe\r\n> <https:\/\/github.com\/notifications\/unsubscribe-auth\/AD45U3KR5TB2OPDUYIWWSTLYN3SLHAVCNFSM6AAAAAA6WOTEV2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBVGUZDENRSGU>\r\n> .\r\n> You are receiving this because you were mentioned.Message ID:\r\n> ***@***.***>\r\n>\r\n\r\n\r\n-- \r\n347.237.2778\r\n","issue_id":1712819066896,"origin_id":1885784314,"user_origin_id":16374381,"create_time":1704922989,"update_time":1704922989,"id":1714624477628,"updated_at":"2024-05-02T04:34:37.627000Z","created_at":"2024-05-02T04:34:37.627000Z"},{"_id":"663317ddd8e74d79d108e276","body":"Thanks @tomgibb - that is a useful find. Perhaps @pubpackage is open to creating a pull request against this package? Although considering there is PR #55 from 2021 still open, getting a PR reviewed a merged may also be asking too much.","issue_id":1712819066896,"origin_id":1886128245,"user_origin_id":1851973,"create_time":1704941527,"update_time":1704941527,"id":1714624477630,"updated_at":"2024-05-02T04:34:37.630000Z","created_at":"2024-05-02T04:34:37.630000Z"}] comment

SDK version 1.1.11 File upload is failing because of an apparent issue with Guzzle promises. Unrelated to the issue - is this package actively being maintained?

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.6.1 to 1.9.1. Release notes Sourced from guzzlehttp/psr7's releases. 1.9.1 See change log for changes. 1.9.0 See change log for changes. 1.8.5 See change log for changes....

dependencies

There have been some updates in the dependencies used by this project, but for some years no new release to support them. Could you please provide some information about the...