Questions tagged [filepicker.io]

Filepicker.io is a full file management framework which supports web, iOS and Android platform.

Filepicker.io is a full file management framework which supports web, iOS and Android platform.

Filepicker.io acts as an abstraction layer, offering a simple, elegent api to connect your application to all the third-party services your users love. When you request a file to import into your application, Filepicker.io guides the user through selecting a file, authenticating any necessary third-party services. Once the user chooses a file, we create a unique URL that acts as a pointer to that specific file and pass it to your application, allowing you to read from and write to the file.

Documentation

407 questions
2
votes
0 answers

flutter) All photos are visible even when given limited permissions

I am using the file_picker library. when an iOS user is requested for photo permission, even though certain photos are selected by pressing “Select Photos...”, all images are displayed so that all images can be selected. if…
Queen Ellery
  • 481
  • 1
  • 6
  • 11
2
votes
1 answer

FileSystemException: Cannot retrieve length of file (OS Error: No such file or directory, errno = 2)

I am using file_picker: ^1.7.1 this plugin working fine in android, but getting exception while using in real device iOS 13.4.1, getting FileSystemException while uploading a pdf file. Error Log 2020-04-29 15:56:04.991427+0530 Runner[4358:1416983]…
2
votes
1 answer

Filestack with Angular 2

I'm trying to add an option to add an image in my Angular 2 App and wanted to use Filestack (formerly filepicker.io) to store the images. So I included these script tags in my index html file above , as Filestack suggested (and put my API key…
Georg
  • 221
  • 1
  • 2
  • 10
2
votes
1 answer

Is it possible to store a file without using the pick method?

According to the filestack documentation you are supposed to call the pick method prior to store Save files directly to your S3 bucket (or other storage). This works for both Blobs from a filepicker.pick call or for DOM File objects from an
Womble
  • 345
  • 3
  • 13
2
votes
3 answers

How to force users to crop an image in Filestack V3

In filestack v2 I was able to force users to crop an image after they uploaded it using the 'cropForce' attribute like this: filepicker.pick( { mimetype: 'image/*', cropForce: true, cropRatio: 8/2.5, conversions: ['crop'], …
Werner Bihl
  • 196
  • 2
  • 7
2
votes
1 answer

Thumbnail generation from video with filestack / filepicker.io

I have some videos and I want to make just 1 thumbnail by video. I'm using https://www.filestack.com/docs/video-transformations I've been looking at the documentation and can't find a way to do that without creating a lot of extra files I don't…
samidarko
  • 590
  • 7
  • 20
2
votes
0 answers

Copy & Paste Filepicker Upload / How to manually upload data to Filepicker?

I'm trying to upload an image that the user gives me via copy and paste and I am wondering how to upload such data to Filepicker/Filestack. My code so far: var pasteHandler = function (event) { // turned out to be needed because of jquery …
Jesse
  • 422
  • 3
  • 19
2
votes
1 answer

FilePicker / FileStack Error: The specified policy does not allow the call remove

I am using Filepicker.io now called FileStack and I am trying to delete a file through the API and am getting this error: This action has been secured by the developer of this website. Error: The specified policy does not allow the call remove Has…
Ryan Clark
  • 79
  • 5
2
votes
1 answer

Filepicker.io with Meteor: how to return an actual asset rather than a link to the asset

I'm using filepicker.io with a Meteor application and am working on security for my application. Filepicker provides support for creating and signing policies but with the server side of Meteor I feel like creating expiring policies for each user…
funkyeah
  • 3,074
  • 5
  • 28
  • 47
2
votes
1 answer

how to email filepicker url files as an attachment?

I am working with file-picker. from front-end side user is filling a form and uploading files in it, which are stored using file-picker. on submit of users form I have to send him acknowledgement email with his files as an attachment. files need to…
2
votes
1 answer

Ink Filepicker broken with wall links from the Facebook IOS app

When posting a link to our web site to someones Facebook wall, the ink file picker stops working when the person uses the Facebook IOS application. The file picker comes up and works normally, but as soon as you try to submit the image, the error in…
Robert Moskal
  • 21,737
  • 8
  • 62
  • 86
2
votes
1 answer

How to add file-picker library to an android application

Filepicker just asks to drop in the library (which is on github) in the project and call up the activities, but the library itself contains a Manifest file and its own resource files!! I am using AndroidStudio. How should I go about including this…
2
votes
1 answer

Filepicker.io images taken on mobile safari in portrait mode are sideways

When taking a picture using the filepicker.io upload dialog in mobile safari with a portrait angle... the picture gets rendered sideways when completing upload. During upload it is the correct orientation. How to fix?
2
votes
1 answer

Not all attributes of JavaScript object being mapped into JSON

I'm using Inkfilepicker.io for picture uploading on a project I'm working on. When you upload a picture, it returns a JavaScript object with some data in it. I need more, though. So I query their API using their SDK to get more. I then add this…
searsaw
  • 3,492
  • 24
  • 31
2
votes
1 answer

FilePicker.IO & Meteor (Multiple Widgets on a Page)

I am using FilePicker.IO with Meteor. I have it set up and working, but I have fun into an issue using multiple widgets on a page. I have a table with rows of data. The data set is a bunch of users with name, photo, address, etc. I'd like to…
ppedrazzi
  • 787
  • 2
  • 10
  • 23