https://developers.google.com/drive/v2/reference/files (ファイル) に従って、embedLink を使用して、IFrame 経由で Web ページにファイルを表示したいと考えています。
embedLink は、主に Google ドキュメント形式とビデオなど、特定のファイル タイプでしか利用できないようです。形式はhttps://docs.google.com/document/d/1EmwDVqmUBAYcjz/ previewです
alternateLink は常に利用可能で、https://docs.google.com/document/d/1EmwDVqmUBAYcjz/ editの形式です
EmbedLink の値は常に利用できるとは限らないため、/edit を /preview に置き換えて使用できますか?