Thanks for adding a Django backend, that's pretty awesome. I'm a fan of filepicker, so of course I love to see first-class Django support. It'd be even better if you'd consider spending a bit of time adding some tests and docs. Our community places a pretty high value on tests and documentation, and so the lack of tests/docs in the Django plugin kinda means that most Django folks will probably ignore your code. That's a shame!
Thanks for providing these, they are a great service to your users. Even if we end up going with something custom (unlikely, these look just fine), nothing beats examples provided straight from the maintainers.
Good pricing change ... I was hesitant to try this out because I already have an S3 upload option and the old pricing plan had S3 upload only on the $50/month plan. With the free plan I can try things out without having to start paying right away — very cool.
The GMail integration is awesome as well — I can see my clients really liking that.
Going to have another look at this. Nice work all!
What made the decision of adding Cake instead of the other frameworks out there? I have nothing against Cake (or the other frameworks), just wondering why that was picked from the sea of PHP frameworks..
You should really pay a designer a couple of hundred bucks to spice up that default bootstrap theme in my opinion. Standard bootstrap looks like a weekend hack to me (and probably a huge part of your target audience) and your service is so much more than that.
We actually got a great looking design all ready to go, we just have to find the time to get around and actually code it up! Figured we'd add the functionality to the core product first before sprucing up our site/marketing side of things
I'm excited to try Filepicker.io in an upcoming project but
Why on earth does it need "Post on my behalf" permissions for Facebook? I'm guessing FB will be a popular sources of images for many, but this just adds another (confusing IMO) step in the authorization process. Yes, I know it's an optional permission but totally unnecessary IMO.
I agree - I really don't like the language Facebook uses for this. We need the ability to save photos back into your facebook, which facebook considers to be a "Post". We explicitly turn off notifying your friends, so we don't spam the world whenever you save a photo, but facebook still considers this a post and requires the corresponding permissions
Any plans for a non-JavaScript fallback? I love the concept but using it would break our site's ability to work without JS. We currently upload files directly to S3 using their signed hidden form field feature, but I'd love to be able to enhance the experience for JS capable devices without breaking it for everyone else.
I just tried installing the Rails gem but it is telling me that it can't be found on rubygems.org... anyone else having a problem? Seems like this is too new to have on StackOverflow.
one question. I recall from reading earlier posts that filepicker.io backend is built primiarly on Flask framework. Are you including library for Flask as well ?
We were looking at flask, but weren't sure the best way to make it a "library" - most of the basic functionality can be done via the requests library, for example.
With Rails, Django, etc. we were able to build into the ORMs and templating engine in a way that made for some cool magic.