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

Official Javascript SDK for the Filestack API and content ingestion system.

Results 147 filestack-js issues
Sort by recently updated
recently updated
newest added

const client = filestack.init("Your API Key"); await client.upload("/tmp/"+filename, {}, { filename: filename }, {}).then(data => {console.log(data)}) console.log output: File { _file: { name: 'Test.pdf', size: 12668, type: 'application/pdf', slice: [Function:...

Resolves #467 Resolves #482 * **What kind of change does this PR introduce?** Bug fix and arguably breaking change * **What is the current behavior?** (You can also link to...

Are there any plans on optimizing size of the library? It's getting pretty inflated:

Bumps [file-type](https://github.com/sindresorhus/file-type) from 10.11.0 to 16.5.4. Release notes Sourced from file-type's releases. v16.5.4 Fix: Malformed MKV could cause an infinite loop https://github.com/sindresorhus/file-type/commit/d86835680f4cccbee1a60628783c36700ec9e254 CVE-2022-36313 Also fixed in 17.1.3 v16.5.3 Upgrade dependencies...

dependencies

I need to upload a file from AWS Lambda using filestack-js module. File will come to lambda as an attachment in request from the client. When I call Lambda from...

I use filestack-js in my regular React application and it works fine. Now we are building mobile with react-native. Reading from filestack seems fine but I cannot get upload working....

## Expected Behavior When I set my maxSize as 30MB (`maxSize: 31457280`), and I upload a 27M file, I expect it to succeed. When I set my maxSize as 10MB...

The `doc_to_images` transform is part of the processing API, documented here: https://www.filestack.com/docs/api/processing/#document-to-images However, as of the time of this writing, the `doc_to_images` transform is not supported by the Javascript client,...

## Expected Behavior `@sentry/minimal` is at the latest 7.x version ## Current Behavior `@sentry/minimal` is currently at `6.2.1` ## Possible Solution Options include: * Upgrading `@sentry/minimal` to 7.x per [their...

Choose local as the source. Click to select a file Click on a HEIC file ## Expected Behavior After selection and click on "add" or "choose" file starts to upload...