Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions source/managing_media_responses.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,20 @@ You may need to delete media files in bulk, for example, to manage storage space
If a <strong>Media Attachments (ZIP)</strong> export remains in the status <strong>Pending ... Click to refresh</strong> for an extended period, refresh the page or leave the <strong>Downloads</strong> page and return to it. Do not repeatedly click <strong>Click to refresh.</strong>
</details>

<br>

<details>
<summary><strong>Media attachment ZIP export fails</strong></summary>
If your project has many media files or a slow internet connection, exporting all media attachments as a ZIP file may fail or take too long. There are two alternative options: either download the media files using the <a href="https://www.downthemall.net">DownThemAll</a> extension, or use the <a href="https://github.com/joshuaberetta/kobomedia">Kobo media</a> download script available on GitHub.
<br> <br>
To download media files using the DownThemAll extension:
<ol>
<li><a href="https://www.downthemall.net">Install</a> the DownThemAll extension in Firefox, Chrome, or Edge.</li>
<li><a href="https://support.kobotoolbox.org/export_download.html">Export your data</a> as XLS. Make sure to <a href="https://support.kobotoolbox.org/advanced_export.html#additional-data-format-options">include media URLs</a>.</li>
<li>Open the downloaded file in Excel, then click <strong>File > Save As</strong> and choose <strong>Web Page (.htm or .html)</strong> as the file type.</li>
<li>Open the saved HTML file in Firefox, Chrome, or Edge, while signed into the KoboToolbox account where the media files are stored.</li>
<li>Open the DownThemAll extension from the HTML page, and start the download.</li>
</ol>

You can adjust the extension settings to limit download speed or retry failed downloads. This method can be used to download all media files, or only selected files, without relying on the ZIP export.
</details>
Loading