{% extends "base.html" %} {% block title %}Export Data — {{ service_name }}{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %}

Export to Dataverse

{{ 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'] }}.

{{ dataverse_api_token_form.hidden_tag() }}
{% if had_invalid_api_token %}
The API token you entered was invalid.
{% endif %}
Cancel
{% endblock %}