{% extends "app/templates/base.tmpl" %} {% block title %} Debug Main Page {% endblock %} {% block content %} Debug INDEX: [ERRORS] Download file data: Given an FILE-ID, downloads the file data as file. The file data is encoded using transit. Upload File Data: Create a new file on your draft projects using the file downloaded from the previous section. Import with same id? Export binfile: Given an FILE-ID, downloads the file and optionally all the related libraries in a single custom formatted binary file. Include libraries? Embed assets? Import binfile: Import penpot file in binary format. If overwrite is checked, all files will be overwritten using the same ids found in the file instead of generating a new ones. Overwrite? Instead of creating a new file with all relations remapped, reuses all ids and updates/overwrites the objects that are already exists on the database. Warning, this operation should be used with caution. Migrate? Applies the file migrations on the importation process. Ignore index errors? Do not break on index lookup errors (remap operation). Useful when importing a broken file that has broken relations or missing pieces. {% endblock %}