filestack-js
filestack-js copied to clipboard
Official Javascript SDK for the Filestack API and content ingestion system.
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:...

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...