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
0
votes
0 answers

Filepicker can't select a file on Windows 8, IE 10

I have defined a filepicker widget like this:
futureshocked
  • 2,105
  • 4
  • 23
  • 32
0
votes
1 answer

Filepicker.io stat method returning null height & width

I have a bunch of images that I upload to filepicker (that are subsequently stored in my s3 bucket). When I try to query filepicker for the height & width using their stat method in the API it is returning null for both values. Here is the code you…
cdanzig
  • 887
  • 1
  • 7
  • 8
0
votes
1 answer

Filepicker.io on iOS doesn't allow picking from Picasa

However an image can be saved to Picasa. Is this a limitation of Picasa, or a bug in the SDK? Thanks.
mjtitus
  • 165
  • 6
0
votes
0 answers

Filepicker.io Objective-c Absurd Data?

I am making an iOS app that uses filepicker.io's iOS SDK and I keep running into this issue when adding large videos. I crashes the entire app almost Immediately. Here is the issue: malloc: *** mmap(size=532119552) failed (error code=12) *** error:…
virindh
  • 3,775
  • 3
  • 24
  • 49
0
votes
1 answer

Image conversion fails for bitmap images

BMP image is here: https://www.filepicker.io/api/file/fdsYv4NSaCGUefBAQmER And the code to reproduce the failure: var fpfile = { url: 'https://www.filepicker.io/api/file/fdsYv4NSaCGUefBAQmER', filename: 'customers.jpg', mimetype: 'image/jpeg',…
Spiros
  • 2,231
  • 3
  • 15
  • 26
0
votes
1 answer

Filepicker.io pick epub mimetype

I've been working with the filepicker api for the past day or so - trying to wrap my head around mimetype validation when using the pick method. I'd like to only support uploading epub files, which have the mimetype : 'application/epub+zip'.…
laxman
  • 1
  • 1
0
votes
1 answer

filepicker.io after adding s3 credentials all files 404

After I added S3 credentials to filepicker all the files 404. What's up with that? I assume this is because filepicker is trying to get the files from s3 instead its original location without trying to move it? How do I ensure that filepicker…
Harry
  • 52,711
  • 71
  • 177
  • 261
0
votes
2 answers

Filepicker.io ensure url select file is stored

Here's what my file picker looks like filepicker.pick({ mimetypes: ['image/*'], services: ['COMPUTER', 'URL'], maxSize: 5 * 1000 * 1024 }, function(FPFile) { // do stuff to file }); The problem is that when a url select is chosen, instead…
Harry
  • 52,711
  • 71
  • 177
  • 261
0
votes
1 answer

Filepicker.io - didPickMediaWithInfo: doesn't return specified information

According to the iOS docs, FPPickerController:didPickMediaWithInfo: should return the following data: Keys in the info dictionary FPPickerControllerFilename FPPickerControllerMediaType (When Possible) FPPickerControllerMediaURL (When…
mjtitus
  • 165
  • 6
0
votes
1 answer

Filepicker.io (iOS) - Cancel button only works one time

I've integrated Filepicker.io into my iOS application, and while testing the upload (FPPickerDelegate) functionality I've found that I can only click the Cancel button once. If I open the picker dialog again, further clicks on the Cancel button…
mjtitus
  • 165
  • 6
0
votes
3 answers

Clicking a button in filepicker modal with rspec

I am testing an implementation of filepicker.io in a rails app and in my integration test that I am writing, when I get to the following point: sleep(5.0) find_button('#fileUploadDummy').click I get this error: Failure/Error:…
John
  • 13,125
  • 14
  • 52
  • 73
0
votes
2 answers

Filepicker.io - possible to remove extra dialog for computer only uploads?

I've been trying out filepicker.io and found that it is a bit irritating to have to go through two steps if I click on the "Pick File" button and the only source I have set is "COMPUTER". It still brings up the dialog box and I have to click on…
tomjnsn
  • 125
  • 4
  • 8
0
votes
1 answer

Error Serving Filepicker.io/S3 images on Django App

I have an Django app that displays user uploaded images on the home page. I've used filepicker.io to handle the uploads, then store them in my Amazon S3 Bucket. Problem is, when I try to serve them online, they aren't displaying correctly, b/c…
agassi0430
  • 1,155
  • 1
  • 13
  • 31
0
votes
1 answer

Disable auto uploading with Filepicker.io

Is there a way to disable auto uploading with Filepicker.io? I'd like to be able to select a couple of files and then explicitly click an 'Upload' button to being the upload process. This would be especially handy for the pickMultiple function as…
Bart Jedrocha
  • 11,450
  • 5
  • 43
  • 53
0
votes
2 answers

FilpickerIO web API security policy and publicly accessible files

I have just started reading your docs on security and policy generation after realising that files could easily be deleted with the API key and a DELETE request. Your security implementation seems to be the answer to protecting our users files…
Stan Bondi
  • 4,118
  • 3
  • 24
  • 35