Troubleshooting
This page maps every error you might encounter when using CSV Getter to its cause and solution.
Authentication Errors (401)
Authorization header is required
Authorization header is requiredcurl -H "Authorization: Bearer your-token-here" https://api.csvgetter.com/abc123fetch("https://api.csvgetter.com/abc123", {
headers: { "Authorization": "Bearer your-token-here" }
});Invalid Authorization header format
Invalid Authorization header formatInvalid Authorization header
Invalid Authorization headerAUTH_HEADER_MISSING
AUTH_HEADER_MISSINGINVALID_AUTH_HEADER
INVALID_AUTH_HEADERCredit & Access Errors (403)
Not enough credits. Login at csvgetter.com to purchase.
Not enough credits. Login at csvgetter.com to purchase.User ID not found
User ID not foundUSER_BLOCKED
USER_BLOCKEDYour free trial has expired
Your free trial has expiredPlease login to csvgetter.com to reactivate your URLs
Please login to csvgetter.com to reactivate your URLsNot Found Errors (404)
Object not found
Object not foundURL not found in database.
URL not found in database.SQL Errors (400)
Could not validate sql.
Could not validate sql.Custom parameter 'X' is not enabled for this object.
Custom parameter 'X' is not enabled for this object.Data Source Errors (409, 423, 429)
We received an error to indicate that your Airtable data structure may have changed.
We received an error to indicate that your Airtable data structure may have changed.Failed to authenticate with export platform.
Failed to authenticate with export platform.Platform API Rate Limit (PUBLIC_API_BILLING_LIMIT_EXCEEDED)
PUBLIC_API_BILLING_LIMIT_EXCEEDED)Server Errors (500)
Dataframe could not be retrieved
Dataframe could not be retrievedYou have been disconnected from Airtable. Please reconnect.
You have been disconnected from Airtable. Please reconnect.Scheduled Job Failures
Still Stuck?
Last updated