Function to display a list of files that failed to upload when uploading large amounts of content
In the course of work, there are many opportunities to upload folders or large numbers of files at once.
Some files may fail to upload, but the Box Web screen does not allow you to extract information about only the files that failed to upload.
This means that it can be time-consuming to identify files that have failed to upload among a large number of uploaded files.
Please implement a function to display a list of contents that have failed to upload.
If it is difficult to display the list on the screen, please implement a function to export the list in CSV format.
<大量のコンテンツをアップロードした際、アップロードに失敗したファイルを一覧で表示する機能>
業務上、フォルダのアップロードや、大量のファイルを一括でアップロードする機会が多くあります。
一部ファイルでアップロードに失敗することがありますが、Box Webの画面上ではアップロードに失敗したファイルのみの情報を抽出できません。
そのため、大量にアップロードされたファイルの中で、アップロードに失敗したファイルの特定に手間がかかっています。
アップロードに失敗したコンテンツについて、一覧で表示する機能を実装してください。
画面上に一覧で表示することが難しい場合、CSVで一覧としてエクスポートできる機能を実装してください。
