How to serve attachments privately using Rails?

I am making a RESTful API using Ruby on Rails. I use Active Storage to manage attachments. However, Active Storage serves attachments publicly, and I want to serve privately.

I had been thinking to serve them on a route like /assets/:name?token=TOKEN.
So I can manage them this way on the front-end for example:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>// Front-end
const flowerPhoto = new Image
const params = new URLSearchParams({ token })
image.src = `${API_URL}/assets/flower-photo?${params.toString()}`
</code>
<code>// Front-end const flowerPhoto = new Image const params = new URLSearchParams({ token }) image.src = `${API_URL}/assets/flower-photo?${params.toString()}` </code>
// Front-end
const flowerPhoto = new Image
const params = new URLSearchParams({ token })
image.src = `${API_URL}/assets/flower-photo?${params.toString()}`

How can I achieve this?

I found this part Serving Files of Rails Guides very confusing

All Active Storage controllers are publicly accessible by default. The generated URLs are hard to guess, but permanent by design. If your files require a higher level of protection consider implementing Authenticated Controllers.

The RedirectController redirects to the actual service endpoint. This indirection decouples the service URL from the actual one, and allows, for example, mirroring attachments in different services for high-availability. The redirection has an HTTP expiration of 5 minutes.

I had tried it this way:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code># config/routes.rb
Rails.application.routes.draw do
scope 'assets/:name', as: 'asset' do
root 'assets#show', as: ''
end
end
</code>
<code># config/routes.rb Rails.application.routes.draw do scope 'assets/:name', as: 'asset' do root 'assets#show', as: '' end end </code>
# config/routes.rb
Rails.application.routes.draw do
  scope 'assets/:name', as: 'asset' do
    root 'assets#show', as: ''
  end
end
Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code># app/models/asset.rb
class Asset < ApplicationRecord
has_one_attached :document
end
</code>
<code># app/models/asset.rb class Asset < ApplicationRecord has_one_attached :document end </code>
# app/models/asset.rb
class Asset < ApplicationRecord
  has_one_attached :document
end
Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code># app/controllers/assets_controller.rb
class AssetsController < ApplicationController
include ActiveStorage::SetCurrent
before_action :set_asset
before_action :authorize
def show
redirect_to @asset.document.url
end
private
def set_asset = @asset = Asset.find_by!(name: params[:name])
def authorize = user_authentication(params[:token])
end
</code>
<code># app/controllers/assets_controller.rb class AssetsController < ApplicationController include ActiveStorage::SetCurrent before_action :set_asset before_action :authorize def show redirect_to @asset.document.url end private def set_asset = @asset = Asset.find_by!(name: params[:name]) def authorize = user_authentication(params[:token]) end </code>
# app/controllers/assets_controller.rb
class AssetsController < ApplicationController
  include ActiveStorage::SetCurrent

  before_action :set_asset
  before_action :authorize

  def show
    redirect_to @asset.document.url
  end

  private

  def set_asset = @asset = Asset.find_by!(name: params[:name])

  def authorize = user_authentication(params[:token])
end
Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code># config/application.rb
module App
class Application < Rails::Application
# Public attachment URLs
config.active_storage.draw_routes = false
end
end
</code>
<code># config/application.rb module App class Application < Rails::Application # Public attachment URLs config.active_storage.draw_routes = false end end </code>
# config/application.rb
module App
  class Application < Rails::Application
    # Public attachment URLs
    config.active_storage.draw_routes = false
  end
end

Nonetheless, I get this error:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>NoMethodError in AssetsController#show
undefined method `rails_disk_service_url' for module
redirect_to @asset.document.url
</code>
<code>NoMethodError in AssetsController#show undefined method `rails_disk_service_url' for module redirect_to @asset.document.url </code>
NoMethodError in AssetsController#show
undefined method `rails_disk_service_url' for module
redirect_to @asset.document.url

Delete the configuration you have set, and then:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>redirect_to @asset.document.url(expires_in: 5.minutes, disposition: 'inline')
</code>
<code>redirect_to @asset.document.url(expires_in: 5.minutes, disposition: 'inline') </code>
redirect_to @asset.document.url(expires_in: 5.minutes, disposition: 'inline')

2

Another possible way:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code># config/application.rb
module App
class Application < Rails::Application
# config.active_storage.draw_routes = true
config.active_storage.urls_expire_in = 5.minutes
end
</code>
<code># config/application.rb module App class Application < Rails::Application # config.active_storage.draw_routes = true config.active_storage.urls_expire_in = 5.minutes end </code>
# config/application.rb

module App
  class Application < Rails::Application
  # config.active_storage.draw_routes = true
  config.active_storage.urls_expire_in = 5.minutes
end

Then all of these expire in 5 minutes:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>url_for @asset.document
rails_blob_url @asset.document
@asset.document.url
</code>
<code>url_for @asset.document rails_blob_url @asset.document @asset.document.url </code>
url_for @asset.document
rails_blob_url @asset.document
@asset.document.url

Variants as well:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>url_for document.variant(:thumbnail)
</code>
<code>url_for document.variant(:thumbnail) </code>
url_for document.variant(:thumbnail)

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật