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 154 filestack-js issues
Sort by recently updated
recently updated
newest added

I have a setup which allows the upload for images and I have enabled image resizing by defining a `imageDim` in the picker options: ``` const apikey = "YOUR_APIKEY"; const...

Sometimes when I try uploading from my Samsung Android (version 10) phone using Chrome browser, it fails. These are my pickOptions: ``` const pickOptions = ( func: (img: string) =>...

After onUploadDone call, the url sent by filestackhelper API throws error : file not found. Reference URL : https://cdn.filestackcontent.com/EIHjDvkqQtCuVVkd9JHM Below is curl request which throws 404 error. curl 'https://cdn.filestackcontent.com/EIHjDvkqQtCuVVkd9JHM' \...

Is there any way to know that the specified filehandle is previewable without actually running the preview task ? I'm using document previewer with one of the below way: ```...

## Expected Behavior I can upload a woff file when I add these accepted mime types to the `accept` `pickerOptions`. `"application/*", "font/*", "application/font-woff"` ## Current Behavior The following error occurs:...

![image](https://user-images.githubusercontent.com/1517479/117634062-3d2d1c80-b187-11eb-915a-7b5ceeb7ecc1.png)

Hello! I try to make cropped photo by filestack client.upload. First i resize 3840x2400 and after that trying to crop=dim[x,y,w,h] when I need get square 768px. If I not resize...

## Expected behavior The project builds without issue. ## Actual behavior Throws error: `ReferenceError: require is not defined at http://localhost:8080/_snowpack/pkg/filestack-js.v3.23.1.js:5135:22` ## Possible Solution Snowpack developer: `Usually this happens when a...

Hi, I clicked on your dialog link and saw my Google Drive content, how did you fix this?. I am currently facing the same issue. __Originally posted by @ricvillagrana in...

@velveteer I'm actually getting this error in Google Chrome 60 on OS X too. I'm trying to upload a file from Google Drive. "Api key not found. Be sure that...