Questions related to the usage of Filestack. A web service provides an out of the box file uploading widget that will connect to your user’s local drive, Facebook, Instagram, Google Drive, Dropbox, and Web Image Search. Once implemented, you can further customize your file picker with many parameters.
Questions tagged [filestack]
42 questions
0
votes
0 answers
Upload to private s3 bucket from Filestack js Picker
I am using the Filestack JS Picker and have a private s3 bucket ("Block all public access" is enabled) to which I want to upload files directly from the frontend via the Picker widget. However I am getting a 403 (Forbidden) error.
In the…

user3371034
- 11
- 1
- 1
- 2
0
votes
0 answers
FIleStack (filepicker.io) - not able to upload file with policy and signature
I'm trying filestack (https://www.filestack.com/) to upload files.
I'm using the python client to upload files using policy and signature. Here's the code that I'm using.
def main():
policy = {"call":["pick","store"],"expiry":1673461800}
p =…

Prakash Premkumar
- 99
- 1
- 6
0
votes
0 answers
Upload file to own server instaed of cloud
I want to use Filestack to upload files for one of my React-Laravel application. In Filestack documentation I can only find methods to upload file to Cloud. But I want to upload file on my own server.
I have come across following Filestack API to…

fahad shaikh
- 593
- 1
- 14
- 29
0
votes
1 answer
Is it possible to overwrite Filestack popin title?
I have a question about Filestack.
i'm using it to upload a CSV files but i have to tell to user(s) some information about this CSV file.
I would like to write it in the title of the popin Filestack :
popin Filestack
I'd like to do something like…
0
votes
2 answers
Circular dependency (?) in library & nodejs library code - Object prototype may only be an Object or null: undefined
I'm using filestack-js in a Rails project which is bundled with Vite. Everything works as expected until I include the ESM module for the filestack-js library, in this case in a StimulusJS controller:
import { Controller } from "stimulus";
import *…

taylorthurlow
- 2,953
- 3
- 28
- 42
0
votes
1 answer
Possible Unhandled Promise Rejection (id: 0): Error: Unsupported input file type
I am using file stack in react-native to upload image and get url as response but i am getting this error.
const ChooseImage=()=>{
let options = {
title: 'Choose an image',
storageOptions: {
skipBackup: true
…

Sumit Sharma
- 160
- 9
0
votes
2 answers
Uncaught (in promise) Error: Filestack Picker Initialize Error in Console After Upload
I'm using Filestack (filestack-react@4.0.0) in my react app (16.12.0) and whenever I press upload on the picker I get this error in the console. The upload is working correctly and I'm getting the right result back from the onSuccess prop but I…

Sidney Martins
- 25
- 2
- 8
0
votes
1 answer
How to call JS array item / Read console log return
I am trying to narrow down a selection from an object* in my console log. My code is simply:
console.log(x)
and what is being returned is as follows:
result
Referencing the example image, if I wanted to call "0.filename" how would I go about…

JDM1995
- 5
- 1
0
votes
0 answers
upload base64 image to filestack
I am using filestack in angular 8 and I want to upload a base64 image to filestack and then want a filestack response so I can use that file URL to another place.
please help me.

Yashwant
- 1
- 4
0
votes
0 answers
'declare' modifier cannot appear on a class element,unable to create build in angular8
getting this error ERROR in src/app/uploadpix/uploadpix.component.ts(17,3): error TS1031: 'declare' modifier cannot appear on a class element.enter image description here

Yashwant
- 1
- 4
0
votes
1 answer
Javascript Filepicker not loading in Filemaker Pro Webviewer
I can get my Filestack Filepicker to load in a simple HTMl document, but then when I move that exact code into my Filemaker Webviewer it doesnt work. From everything I have read this should be doable in a Filemaker Webviewer. What am I missing??
I…

Dan
- 1
- 2
0
votes
1 answer
How to use Meteor.settings in a React Component
I have a React component which is making an API call on init on the client side. I don't want to hard-code my API key (god forbid in the repo), and it's not much better to put it in Meteor.settings.public since that can just be looked up in the…

Day Davis Waterbury
- 2,052
- 18
- 31
0
votes
1 answer
Should a project owner role for a GCP service account be necessary for integrating Filestack with a GCP storage bucket?
I'd like to integrate Filestack with a GCP storage bucket, which requires:
setting up a service account in my GCP project with a set of required roles
providing a JSON key for the service account as well as the bucket ID and the project ID to the…

runelk
- 334
- 3
- 10
0
votes
1 answer
Need to trigger/request a FileStack Workflow in PHP
I need to request a workflow on filestack... BUT:
a) the only examples on the internet on how to do this are in javascript and i need to do this on PHP (on server side)
b) the official PHP API of Filestack on github, dont provide anything about…

costamatrix
- 670
- 8
- 17
0
votes
1 answer
How to tell if a file has already been uploaded to Filestack (Java)
I have a simple command line tool that fetches preview images from a remote location and uploads to Filestack every time it runs, even if the images had been uploaded in previous runs. Is there a standard way I can check if a file already exists in…

Kehinde Adedamola Shittu
- 821
- 7
- 13