filestack-ruby icon indicating copy to clipboard operation
filestack-ruby copied to clipboard

Official Ruby SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.

Results 3 filestack-ruby issues
Sort by recently updated
recently updated
newest added

Right now there's a [Travis CI file](https://github.com/filestack/filestack-ruby/blob/f28e32634d040142f3985228744b149f3fe8150a/.travis.yml) that doesn't appear to be active, and only mentions Ruby 2.x. These days, most projects have moved to running GitHub actions for testing...

When I make any sort of Typhoeus request using the gem methods, it always gives ```response_code=0 return_code=bad_content_encoding total_time=0.098354```

Filestack gem version: 2.9.6 Error: `{"error":"invalid params: size","timestamp":1644208088}` Stack trace: ![Screen Shot 2022-02-08 at 12 04 43 PM](https://user-images.githubusercontent.com/17645203/152921640-21fb8877-0ec1-430b-8d80-27f5393bc0fe.png) It happens randomly and not depend on file extension or file size,...