{% extends "base.html" %} {% block title %}Export Data — {{ service_name }}{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %}
{{ service_name }} can export the metadata and files of this object to {{ config['DATAVERSE_NAME'] }}. It will create a draft dataset, which you can then review and publish. To be able to create this dataset for you, {{ service_name }} can use the Dataverse API using an API Token associated with your {{ config['DATAVERSE_NAME'] }} account. To learn more about API Tokens, see the Dataverse User Guide.
To access your API token, visit {{ config['DATAVERSE_NAME'] }}.
{% endblock %}