{{ username }}'s Dashboard

Visit my site
{% if index_exists and not ignore_index %}

An index.html file exists in this folder. When viewing publicly, this file will be displayed instead of the file listing.

{% endif %}

Files and Folders

Current folder: {{ current_folder or 'Root' }}

Your Uploads

{% for upload in uploads %}
{% if upload.type == 'pastebin' %} Pastebin: {% elif upload.type == 'file' %} File: {% elif upload.type == 'url' %} Shortened URL: {% endif %} {% if upload.type == 'file' %} {{ upload.data }} {% else %} {{ upload.vanity }} {% endif %} (Created: {{ upload.created_at }})
{% endfor %}

API Key & ShareX

ShareX Configuration

Download the ShareX configuration file to easily integrate with our service:

Download ShareX Config

Your API Key

API Key: {{ current_user.api_key }}