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

I apologize if this is answered elsewhere, but is it possible to swap cameras when using a mobile device like an iPad? The webcam option only opens the front camera...

bug

It appears the file type 'accept' parameters are not being respected when a user drags a file into picker from file browser on local machine. Is there a way to...

bug

When using the google drive integration / source - the folder list is not sortable and the default sorting seems random? Can you pass a config to sort alphabetically?

feature request

FileStack's pickerOption allows adding upload tag, which is great. But the upload tag is only returned in upload response when calling .upload. Upload wizard does not allow calling .upload, and...

Version: 3.16.0 This also happened with Google Photos, but not with Google Drive. It doesn't happen with other file types, only images. ![Screen Shot 2020-07-23 at 12 56 01](https://user-images.githubusercontent.com/893649/88309104-44f8fe80-cce4-11ea-934b-66b6fc1ea929.png)

I've set a max filesize on my picker, and am finding recently that when choosing a file that exceeds that limit, nothing happens. It is not accepted (correct behavior), but...

bug
enhancement

Hi, i'm writing a server with nodejs and i've searched everywhere in the docs, but i cannot find the multipart upload use case. I'm interested to stream the file directly...

feature request

We are experiencing an issue when opening the webcam option of the file picker, the video/camera feed appears to be lagging when opened in Safari on iOS devices. It seems...

If we limit the amount of files that can be uploaded, but drag-and-drop either multiple items or a folder that contains multiple items it will still select the first file....

We are currently integrating filestack with our application and we ran into this bug when trying to upload to azure storage: **Steps to reproduce:** ``` var client = filestack.init('TOKEN_HERE'); function...