GLB Constructor
Last updated
Last updated
This error means that the provided token is not recognized by the service.
, or, if you already have one, make sure you entered it correctly.
You are not authorized to access this service. .
You haven't uploaded the schema yet.
Checksum does not match the saved model, which means errors occurred while uploading the model.
The field 'data_type' is filled incorrectly. Please check your schema.
The field 'data_id' is filled incorrectly. Please check your schema using POST /schema request.
The service could not read the file. Check if it's in the right format.
Error while parsing the uploaded model.
Error while reading the uploaded schema.
Correct config example:
Request contains model type not declared in the models config.
Request contains model ID not declared in the models config, or model was not loaded via PUT /glb. Please check your schema via POST /schema request.
Service expects image file.
Submitted image file is over the size limit.
Submitted GLB file is over the size limit.
The service could not read the file. Make sure it's in GLB format.
Invalid JSON structure.
Schema can contain several possible formating errors:
1. Schema configuration must be enclosed in curly brackets.
For example:
or
for empty config.
2. Each model type must contain list (enclosed in brackets) of file IDs.
Correct config example:
Wrong config example:
3. All model identifiers must be strings.
Wrong config example:
4. File IDs should be unique for each model type.
Wrong config example:
To get started, you need to download the schema and models. Please check section when getting started.
. If the problem persists, .
Try again. If the problem persists, .
Try again. If the problem persists, .
For config template see .
The same rules apply to the models config as to , with the exception that there should only be one ID in the model type list.
It is recommended that you use UV texture generated from the .
It is recommended that you use head config generated from the .
Internal error occured. Try again. If the problem persists, .
Internal error occured. Try again. If the problem persists, .
Upload schema first. Please check section when getting started.