When CloudTables is embedded into your web-application and hits an error, it will show an error message to the end user. This will include an error code along with a message suggesting they get in touch with the system administrator (you!). This page lists those error codes and how to resolve them.
A table which does not exist or has been deleted has been requested. To resolve this issue:
When your application contains more data sets than permitted by your current plan (e.g. if downgrading from a purchased package to the free plan) this error message will be shown when trying to access any of the data sets.
The error message will include two numbers (e.g. 14/10). These indicate the number of data sets configured in your application and the number permitted according to your current plan, respectively. To resolve this issue:
If your data set contains more records than permitted allowed by your current plan (e.g. if downgrading from a purchased package to the free plan) this error message will be shown when trying to access the data set.
The error message will include two numbers (e.g. 365/250). These indicate the number of records in the data set and the number that can be used according to your current plan, respectively. To resolve this issue:
This error will occur when the token that was used to access the data set is already being used by another client's session. When an access token is used by an end user, it is attached to their browser session. This ensures it cannot be used maliciously by others and protects against CSRF attacks. The result is that tokens cannot be shared between users. To resolve this issue:
If an end user attempts to access a data set or property that they have no access rights to, this error message will be shown. To resolve this issue:
This error will occur when using our WordPress plug-in and it is not configured with access keys. To resolve this issue:
When embedding a CloudTable into your page, you must provide it with an access token or an API key (if using serverless embedding). The NOTOKEN error will appear if there is no access token or API key given for the embedded script. To resolve this issue:
A view other than a table has been requested by the loader. To resolve this issue:
https://{your-subdomain}.cloudtables.io/loader/{dataset-id}/table/{styling}
.table
is specified as the second last part of the URL.