Предварительный просмотр CSV-файла в iframe с использованием Google Docs в рельсах - PullRequest
0 голосов
/ 29 мая 2019

Я хочу открыть файл CSV в iframe, используя Google Docs. Любая идея, как открыть. потому что это даст мне ошибку

"There was a problem displaying this image."

Это мой код

%iframe{:frameborder => "0", :height => "155", :src => "https://docs.google.com/gview?url=#{URI.join(request.url, ff.object.attachment.url)}&embedded=true", :width => "100%"}
...