download_url = BW::Services::S3DebtDocumentGetPresigner.new(
user_id: user_id,
debt_id: debt.id,
file_name: document.title
).url
preview_url = download_url.split(’?’)[0]
This is the code i tried
download_url = BW::Services::S3DebtDocumentGetPresigner.new(
user_id: user_id,
debt_id: debt.id,
file_name: document.title
).url
preview_url = download_url.split(’?’)[0]
This is the code i tried
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs