We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I saw in the uploadcare document, we can have Secure uploads (signed uploads) and Secure delivery (signed URLs) inside the Rails SDK. https://uploadcare.com/docs/integrations/rails/
How to use uploadcare-rails gem for uploading files with sign_uploads and delivery for signed_urls?
uploadcare-rails
sign_uploads
Can you share me some insights and example? 🙏
The text was updated successfully, but these errors were encountered:
Hi @htoo-eain-lwin sharing an example of how you can achieve these via uploadcare-ruby gem-
https://gist.github.com/vipulnsward/99a6f3347452b9de191b1c051a664c36
Documentation for these are available at:
Upload: https://uploadcare.com/docs/security/secure-uploads/ Delivery: https://uploadcare.com/docs/security/secure-delivery/
Let me know if that helps or you were looking for something else in particular
Sorry, something went wrong.
vipulnsward
No branches or pull requests
Question
I saw in the uploadcare document, we can have Secure uploads (signed uploads) and Secure delivery (signed URLs) inside the Rails SDK.
https://uploadcare.com/docs/integrations/rails/
How to use
uploadcare-rails
gem for uploading files withsign_uploads
and delivery for signed_urls?Can you share me some insights and example? 🙏
The text was updated successfully, but these errors were encountered: