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

Ruby API client that handles uploads and further operations with files by wrapping Uploadcare Upload and REST APIs.

Results 19 uploadcare-ruby issues
Sort by recently updated
recently updated
newest added

## Description Start adding API examples for different rest API and upload API endpoints ## Checklist - [ ] Tests (if applicable) - [ ] Documentation (if applicable) - [...

### Describe the bug Given an example file like this from a group - https://ucarecdn.com/83a8994a-e0b4-4091-9a10-5a847298e493~4/nth/0/ Trying to sign this, is not allowed right now. Technically, I am not sure if...

bug

Example — https://github.com/uploadcare/uploadcare-php/tree/master/api-samples. It will be used in https://uploadcare.com/api-refs/upload-api/ and https://uploadcare.com/api-refs/rest-api/ respectively.

docs

Currently URL like `/cd334b26-c641-4393-bcce-b5041546430d~11/nth/1/-/crop/250x250/1000,1000/` won't work when signing a URL, because Akamai escape some symbols. We use tildas in group URLs, and commas in operations like crop and overlay. Here...

cdn

- [AWS Rekognition](https://uploadcare.com/docs/intelligence/object-recognition/) - [AWS Rekognition Moderation](https://uploadcare.com/docs/unsafe-content/) - [ClamAV](https://uploadcare.com/docs/security/malware-protection/) - [Remove.bg](https://uploadcare.com/docs/remove-bg/) p.s. Don't forget to update uploadcare-rails-example.

api

I want uploadcare-ruby to have the same signed URL capabilities as pyuploadcare. Correct me if this is something wrong to do (or already done, or requires to build something else)....

cdn

It was deprecated. https://uploadcare.com/api-refs/upload-api/#tag/Groups/operation/filesGroupInfo https://uploadcare.com/api-refs/rest-api/v0.7.0/#tag/Group/operation/groupInfo To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk...

api

https://uploadcare.com/docs/transformations/document-conversion/#multipage-conversion

api

New event types. Current enum: * file.uploaded * file.infected (it will be deprecated in favor of info_upldated in the future updates) * file.stored * file.deleted * file.info_updated https://uploadcare.com/docs/webhooks/#event-types Also, please...

api

I am using uploadcare-ruby in my webservice that works with different Uploadcare projects. In order to switch between project I use this code: https://github.com/alxgsv/uc/blob/main/app/services/uploadcare_service.rb#L5-L14 However, without inspecting sources, I'm not...

enhancement