-
In my application rendering server side I had the following problems:
```
Using browser-only version of superagent in non-browser environment
/...node_modules/filestack-react/dist/filestack-react.…
-
Hi,
Is it possible to works with files already uploaded on filestack's servers (eg. via the javascript client)?
I would like to perform some operations in background, like resizing or rotating i…
-
I'm not able to reproduce this issue myself but some users are experiencing it. Sometimes we get an IndexOutOfBoundsException because the FPFile array is empty when we return from the FilePicker acti…
-
Im using SSR in my app
I got error Cannot read property 'Vue' of undefined
![2017-07-21_08-41-00](https://user-images.githubusercontent.com/123600/28450490-5b3051cc-6df0-11e7-99e1-44a97bb15512.png)
…
-
I ran across this very annoying and esoteric bug, where after upgrading from the old `filepicker-rails`, random methods started breaking in my helper files.
Please rename the `method` attribute in…
-
This is how v2 currently functions. To workaround this in v3 you have to wrap the call to pick in another promise and reject it when the onClose callback is called, which isn't a great developer exper…
-
why would a reasonable library prefer:
```js
client.storeURL("https://process.filestackapi.com/output=format:jpg", options)
```
to:
```js
client.transformLink({output: {format: "jpg"}}, options)…
sitch updated
7 years ago
-
For the issue below (reported by Andy and Joey), the problem can be fixed by refreshing the page, so the problem seems to be a timing out of the security token. Can you please extend the timing on the…
-
I am using the Filepicker.uploadLocalFile() to manually upload "application/pdf" files to FiePicker.
However when the upload process finishes, FpFile will always return as an image
I have traced the …
-
I have a rails application which I have been using paperclip with. I realise that for each Filestack application, it is only binded to one s3 bucket, and I cannot set the bucket name based on the envi…