{% extends "app/templates/base.tmpl" %} {% block title %} Debug Main Page {% endblock %} {% block content %}
Error reports CLICK HERE TO SEE THE ERROR REPORTS
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.
Profile Management

This is a just a security double check for prevent non intentional submits.
Export binfile: Given an FILE-ID, downloads the file and optionally all the related libraries in a single custom formatted binary file.
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.

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.

Applies the file migrations on the importation process.
Reset file version Allows reset file data version to a specific number/

This is a just a security double check for prevent non intentional submits.
{% endblock %}