{% extends '_error.html' %} {% block content %}

Google client error

{% if e.resp.status == 404 %}

Google Sheets returned a 404 error. That could mean one of two things:

Please visit the Google Sheet to ensure the spreadsheet exists or to request access.

{% else %}

Google Sheets returned an unknown error. In most cases, that means Google Drive or Google Sheets is having a problem. Try reloading in a few minutes. If the problem persists, check out the known issues page where you can also report an error.

{% endif %} {% endblock %}