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

## Expected Behavior `unmounted` method of my custom source should be called when I close file picker ## Current Behavior `unmounted` method of my custom source is not called ##...

Increase part size of uploaded file in case of big files upload.

Using the [`script-src`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src) directive without `'unsafe-eval'` results in a violation: ``` Content Security Policy: The page's settings blocked the loading of a resource at eval ("script-src"). ``` This is caused...

We're having trouble setting up Filestack on a Shopify store with the option for cropping images, we've tried on Firefox and Chrome latest versions. It gives the following warnings whenever...

Updating picker config - `validateFileExtensionOnly` flag

## Expected Behavior Tooltips and "Archiving on" texts should be translated ## Current Behavior Tooltips and "Archiving on" texts are not translated ## Steps to Reproduce (for bugs) - Switch...

Hi, i'm tring to reject request using token (while using multiupload) but it's not working (see my code in screenshot) ## Expected Behavior After calling cancel function of token request...

Is it currently possible to overwrite a file using this library? I couldn't find any mention of this in the documentation. I provided a URL of the fetch call here:...

## Expected Behavior Ever since we [fixed the Sentry integration](https://github.com/filestack/filestack-js/issues/416), we've certainly been seeing exceptions flow through – they're just not very helpful. ## Current Behavior This is what most...

I have the `fileId`, and I have my API key (from a request to the server), how do I generate a download URL client side? I'm trying to show links...