Official Ruby on Rails plugin for Filestack File Picker that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
filestack_js_init_tag generates JS code like this one
var filestack_client = filestack.init('someApiKey', {'signature': 'xxx', 'policy': 'yyy'}, '');
but that is not the format that the js client accepts, the signature and policy object should be inside another object referenced bye the security key, like this
filestack_js_init_tag
generates JS code like this onebut that is not the format that the js client accepts, the signature and policy object should be inside another object referenced bye the
security
key, like thisas shown in this doc page