Box APIを使用すると、ファイルをアプリケーションのサーバーにダウンロードすることも、エンドユーザーがブラウザで直接ダウンロードすることもできます。Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
ダウンロードすべきでない場合
ファイルのダウンロードが必ずしも望ましい解決策であるとは限りません。特に、ユーザーがプレビューしたりコメントや注釈を付けたりするためだけにファイルがダウンロードされる場合にこれが当てはまります。このような場合は、Boxの機能をアプリケーションに直接埋め込む方法のいずれかを利用することをお勧めします。Boxの埋め込みの詳細を確認する
アクセスエラー
It is important to realize that the application needs to have access to the file that is to be downloaded. When the application is authenticated through JWT, the user is authenticated as a Service Account. This service account does not have access to files besides their own. このユーザーがファイルにアクセスできない場合、アプリケーションでは404 Not Foundエラーが表示されます。
